We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb815bb commit efb7148Copy full SHA for efb7148
src/handlers/assign.rs
@@ -577,7 +577,7 @@ impl fmt::Display for FindReviewerError {
577
FindReviewerError::NoReviewer { initial } => {
578
write!(
579
f,
580
- "No reviewers could be found from initial choice `{}`\n\
+ "No reviewers could be found from initial request `{}`\n\
581
This repo may be misconfigured.\n\
582
Use r? to specify someone else to assign.",
583
initial.join(",")
0 commit comments