Fix typo in DoubleEndedStream docs

pull/944/head
Lucas Riutzel 4 years ago committed by GitHub
parent af66efe540
commit e11a7ecf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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