Skip to content

Commit 17f5b08

Browse files
authored
fix typo
1 parent ca9b279 commit 17f5b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ pub trait ParallelIterator: Sized + Send {
11261126
/// multiple sums. The number of results is nondeterministic, as
11271127
/// is the point where the breaks occur.
11281128
///
1129-
/// So if did the same parallel fold (`fold(0, |a,b| a+b)`) on
1129+
/// So if we did the same parallel fold (`fold(0, |a,b| a+b)`) on
11301130
/// our example list, we might wind up with a sequence of two numbers,
11311131
/// like so:
11321132
///

0 commit comments

Comments
 (0)