Skip to content

Commit a4fb173

Browse files
authored
Merge pull request #944 from jackinloadup/patch-1
Fix typo in DoubleEndedStream docs
2 parents af66efe + e11a7ec commit a4fb173

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: 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)