Procházet zdrojové kódy

Fix grammar in await message

Jake Goulding před 4 roky
rodič
revize
c52ff563ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.",
     }