Skip to content

Commit 10ecdcc

Browse files
committed
Reword sentence
1 parent df337f7 commit 10ecdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zulip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async fn workqueue_commands(
298298
pluralize("PR", assigned_prs.len())
299299
);
300300
writeln!(response, "Review capacity: {capacity}\n")?;
301-
writeln!(response, "*Note that only selected PRs that are assigned to you are considered as being in the review queue.*")?;
301+
writeln!(response, "*Note that only certain PRs that are assigned to you are included in your review queue.*")?;
302302
response
303303
}
304304
"set-pr-limit" => {

0 commit comments

Comments
 (0)