Skip to content

Commit

Permalink
Fix typo in DoubleEndedStream docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackinloadup authored Jan 24, 2021
1 parent af66efe commit e11a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/double_ended_stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e11a7ec

Please sign in to comment.