mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-03 16:49:42 +00:00
Merge pull request #944 from jackinloadup/patch-1
Fix typo in DoubleEndedStream docs
This commit is contained in:
commit
a4fb173352
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ pub trait DoubleEndedStream: Stream {
|
|||
}
|
||||
|
||||
#[doc = r#"
|
||||
Returns the the frist element from the right that matches the predicate.
|
||||
Returns the first element from the right that matches the predicate.
|
||||
|
||||
# Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue