mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-23 15:31:29 +00:00
Fix typo in DoubleEndedStream docs
This commit is contained in:
parent
af66efe540
commit
e11a7ecf36
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