Skip to content

Commit

Permalink
Tweak FindReviewerError::NoReviewer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 1, 2022
1 parent bb815bb commit efb7148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/assign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(",")
Expand Down

0 comments on commit efb7148

Please sign in to comment.