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.
2 parents e2ebb7b + e9fa830 commit 0cf26e8Copy full SHA for 0cf26e8
src/zulip.rs
@@ -294,8 +294,8 @@ async fn workqueue_commands(
294
295
let mut response = format!(
296
"`rust-lang/rust` PRs in your review queue: {prs} ({} {})\n",
297
- prs.len(),
298
- pluralize("PR", prs.len())
+ assigned_prs.len(),
+ pluralize("PR", assigned_prs.len())
299
);
300
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.*")?;
0 commit comments