mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
time: fix typo in Sleep doc (#3515)
This commit is contained in:
parent
e827829402
commit
469b43de6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user