diff --git a/tokio-console/src/warnings.rs b/tokio-console/src/warnings.rs index b7d6ec44e..309fd9742 100644 --- a/tokio-console/src/warnings.rs +++ b/tokio-console/src/warnings.rs @@ -174,7 +174,7 @@ pub(crate) struct LostWaker; impl Warn for LostWaker { fn summary(&self) -> &str { - "tasks have lost their waker" + "tasks have lost their wakers" } fn check(&self, task: &Task) -> Warning {