Skip to content

Commit f8e1bee

Browse files
authored
fix(console): correct the grammar issue (#579)
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.
1 parent ca39033 commit f8e1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-console/src/warnings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pub(crate) struct LostWaker;
174174

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

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

0 commit comments

Comments
 (0)