mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +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.
|
/// completed.
|
||||||
///
|
///
|
||||||
/// To call this method, you will usually combine the call with
|
/// 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.
|
/// `Sleep` itself.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user