time: fix typo in Sleep doc (#3515)

This commit is contained in:
Alice Ryhl
2021-02-11 10:30:48 +01:00
committed by GitHub
parent e827829402
commit 469b43de6a
+1 -1
View File
@@ -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