mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
time: fix typo in Sleep doc (#3515)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user