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