2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 12:45:32 +00:00

Fix a typo in future/mod.rs

This commit is contained in:
dasman 2022-02-25 05:47:21 -05:00 committed by GitHub
parent 4ee4bebac7
commit 22e4bbdf73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,7 +361,7 @@ extension_trait! {
#[doc = r#"
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
```