Skip to content

Commit 60b6563

Browse files
committed
Remove consecutive white space inside sentence
1 parent 6709bee commit 60b6563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/threads/testcase_mapreduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::thread;
3030
fn main() {
3131
3232
// This is our data to process.
33-
// We will calculate the sum of all digits via a threaded map-reduce algorithm.
33+
// We will calculate the sum of all digits via a threaded map-reduce algorithm.
3434
// Each whitespace separated chunk will be handled in a different thread.
3535
//
3636
// TODO: see what happens to the output if you insert spaces!

0 commit comments

Comments
 (0)