mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-25 09:46:49 +00:00
Fix a typo in future/mod.rs
This commit is contained in:
parent
4ee4bebac7
commit
22e4bbdf73
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ extension_trait! {
|
||||||
|
|
||||||
#[doc = r#"
|
#[doc = r#"
|
||||||
Waits for both the future and a timeout, if the timeout completes before
|
Waits for both the future and a timeout, if the timeout completes before
|
||||||
the future, it returns an TimeoutError.
|
the future, it returns a TimeoutError.
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue