Skip to content

Commit 613895d

Browse files
committed
doc: fix documantation text
1 parent d97b3df commit 613895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/future.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extension_trait! {
107107
}
108108

109109
pub trait FutureExt: std::future::Future {
110-
/// Creates a future that is delayed before it starts yielding items.
110+
/// Returns a Future that delays execution for a specified time.
111111
///
112112
/// # Examples
113113
///

0 commit comments

Comments
 (0)