master
Jos van den Oever 2018-05-18 15:05:15 +02:00
parent c27e451066
commit f4ffeeda91
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ use interface::*;
/// A Greeting
pub struct Greeting {
/// Emit signals the the Qt code.
/// Emit signals to the Qt code.
emit: GreetingEmitter,
/// The message of the person.
message: String,