2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

doc: fix documantation text

This commit is contained in:
k-nasa 2019-10-28 13:58:54 +09:00
parent d97b3dfdf3
commit 613895d6be

View file

@ -107,7 +107,7 @@ extension_trait! {
} }
pub trait FutureExt: std::future::Future { pub trait FutureExt: std::future::Future {
/// Creates a future that is delayed before it starts yielding items. /// Returns a Future that delays execution for a specified time.
/// ///
/// # Examples /// # Examples
/// ///