Skip to content

Commit

Permalink
fix(console): correct the grammar issue (#579)
Browse files Browse the repository at this point in the history
I know the best solution is to ensure we can distinguish singular or plural here.
But for now, let's correct the grammar issue first.
  • Loading branch information
Rustin170506 authored Aug 29, 2024
1 parent ca39033 commit f8e1bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-console/src/warnings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pub(crate) struct LostWaker;

impl Warn<Task> for LostWaker {
fn summary(&self) -> &str {
"tasks have lost their waker"
"tasks have lost their wakers"
}

fn check(&self, task: &Task) -> Warning {
Expand Down

0 comments on commit f8e1bee

Please sign in to comment.