diff --git a/tokio/src/time/driver/sleep.rs b/tokio/src/time/driver/sleep.rs index 2438f1434..ef1c72127 100644 --- a/tokio/src/time/driver/sleep.rs +++ b/tokio/src/time/driver/sleep.rs @@ -185,7 +185,7 @@ impl Sleep { /// completed. /// /// To call this method, you will usually combine the call with - /// [`Pin::as_mut`], which lets you call the method with consuming the + /// [`Pin::as_mut`], which lets you call the method without consuming the /// `Sleep` itself. /// /// # Example