Explorar o código

Tweak FindReviewerError::NoReviewer wording

Eric Huss %!s(int64=2) %!d(string=hai) anos
pai
achega
efb7148dc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(",")