Browse Source

Fix grammar in await message

Jake Goulding 4 years ago
parent
commit
c52ff563ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/zulip.rs

+ 1 - 1
src/zulip.rs

@@ -668,7 +668,7 @@ async fn post_waiter(ctx: &Context, message: &Message) -> anyhow::Result<String>
                 anyhow::format_err!("private waiting not supported, missing topic")
             })?,
         },
-        content: "Does anyone has something to add on this topic, or should we move on?\n\
+        content: "Does anyone have something to add on this topic, or should we move on?\n\
                   React with :working_on_it: if you have something to say.\n\
                   React with :all_good: if we should move on.",
     }