Skip to content

Commit e11a7ec

Browse files
authored
Fix typo in DoubleEndedStream docs
1 parent af66efe commit e11a7ec

File tree

1 file changed

+1
-1
lines changed
  • src/stream/double_ended_stream

1 file changed

+1
-1
lines changed

src/stream/double_ended_stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub trait DoubleEndedStream: Stream {
152152
}
153153

154154
#[doc = r#"
155-
Returns the the frist element from the right that matches the predicate.
155+
Returns the first element from the right that matches the predicate.
156156
157157
# Examples
158158

0 commit comments

Comments
 (0)