瀏覽代碼

Tweak FindReviewerError::NoReviewer wording

Eric Huss 2 年之前
父節點
當前提交
efb7148dc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/handlers/assign.rs

+ 1 - 1
src/handlers/assign.rs

@@ -577,7 +577,7 @@ impl fmt::Display for FindReviewerError {
             FindReviewerError::NoReviewer { initial } => {
                 write!(
                     f,
-                    "No reviewers could be found from initial choice `{}`\n\
+                    "No reviewers could be found from initial request `{}`\n\
                      This repo may be misconfigured.\n\
                      Use r? to specify someone else to assign.",
                     initial.join(",")