Skip to content

Commit

Permalink
Merge #990
Browse files Browse the repository at this point in the history
990: fix typo r=cuviper a=TheIronBorn



Co-authored-by: TheIronBorn <[email protected]>
  • Loading branch information
bors[bot] and TheIronBorn committed Nov 17, 2022
2 parents ca9b279 + 17f5b08 commit c2dfa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ pub trait ParallelIterator: Sized + Send {
/// multiple sums. The number of results is nondeterministic, as
/// is the point where the breaks occur.
///
/// So if did the same parallel fold (`fold(0, |a,b| a+b)`) on
/// So if we did the same parallel fold (`fold(0, |a,b| a+b)`) on
/// our example list, we might wind up with a sequence of two numbers,
/// like so:
///
Expand Down

0 comments on commit c2dfa5c

Please sign in to comment.