Skip to content

Commit 22e4bbd

Browse files
Fix a typo in future/mod.rs
1 parent 4ee4beb commit 22e4bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/future/mod.rs

Lines changed: 1 addition & 1 deletion
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)