Merge pull request #944 from jackinloadup/patch-1

Fix typo in DoubleEndedStream docs
pull/945/head
Yoshua Wuyts 4 years ago committed by GitHub
commit a4fb173352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save