Skip to content

Commit b90c2cd

Browse files
authored
Merge pull request #1002 from Dastan-glitch/master
Fix a typo in future/mod.rs
2 parents 4ee4beb + 22e4bbd commit b90c2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/future/future/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ extension_trait! {
361361

362362
#[doc = r#"
363363
Waits for both the future and a timeout, if the timeout completes before
364-
the future, it returns an TimeoutError.
364+
the future, it returns a TimeoutError.
365365
366366
# Example
367367
```

0 commit comments

Comments
 (0)