소스 검색

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

Fix grammar in await message
Mark Rousskov 4 년 전
부모
커밋
066a4bab36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.",
     }