Skip to content

Commit

Permalink
Fix a typo in future/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dastan-glitch authored Feb 25, 2022
1 parent 4ee4beb commit 22e4bbd
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 22e4bbd

Please sign in to comment.