Merge pull request #1002 from Dastan-glitch/master

Fix a typo in future/mod.rs
pull/946/merge
Yosh 3 years ago committed by GitHub
commit b90c2cddd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save