Skip to content

Commit d5e1e9f

Browse files
committed
Fix typo
1 parent 0831788 commit d5e1e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ where
10331033
}
10341034
}
10351035

1036-
/// An regular, non-streaming iterator which both filters and maps elements of a streaming iterator with a closure.
1036+
/// A regular, non-streaming iterator which both filters and maps elements of a streaming iterator with a closure.
10371037
#[derive(Debug)]
10381038
pub struct FilterMapDeref<I, F> {
10391039
it: I,

0 commit comments

Comments
 (0)