We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9b279 commit 17f5b08Copy full SHA for 17f5b08
src/iter/mod.rs
@@ -1126,7 +1126,7 @@ pub trait ParallelIterator: Sized + Send {
1126
/// multiple sums. The number of results is nondeterministic, as
1127
/// is the point where the breaks occur.
1128
///
1129
- /// 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
1130
/// our example list, we might wind up with a sequence of two numbers,
1131
/// like so:
1132
0 commit comments