mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-05 16:06:40 +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#"
|
#[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
|
# Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue