Skip to content

Commit

Permalink
time: fix typo in Sleep doc (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Feb 11, 2021
1 parent e827829 commit 469b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/time/driver/sleep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 469b43d

Please sign in to comment.