From f4ffeeda91746c463d79a0cc9a1c517135422c3f Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Fri, 18 May 2018 15:05:15 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06402e0..23c9f5a 100644 --- a/README.md +++ b/README.md @@ -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,