Kaynağa Gözat

Merge pull request #779 from rust-lang/grammar-fix

Fix grammar in await message
Mark Rousskov 4 yıl önce
ebeveyn
işleme
066a4bab36
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.",
     }