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 6709bee commit 60b6563Copy full SHA for 60b6563
src/std_misc/threads/testcase_mapreduce.md
@@ -30,7 +30,7 @@ use std::thread;
30
fn main() {
31
32
// This is our data to process.
33
- // We will calculate the sum of all digits via a threaded map-reduce algorithm.
+ // We will calculate the sum of all digits via a threaded map-reduce algorithm.
34
// Each whitespace separated chunk will be handled in a different thread.
35
//
36
// TODO: see what happens to the output if you insert spaces!
0 commit comments