Skip to content

Commit

Permalink
Merge pull request #1002 from Dastan-glitch/master
Browse files Browse the repository at this point in the history
Fix a typo in future/mod.rs
  • Loading branch information
yoshuawuyts authored Feb 27, 2022
2 parents 4ee4beb + 22e4bbd commit b90c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future/future/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b90c2cd

Please sign in to comment.