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:
parent
d97b3dfdf3
commit
613895d6be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue