Skip to content

Commit 88d6a4e

Browse files
committed
Correct the comment labeling task s.2
1 parent 552fc11 commit 88d6a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rayon-core/src/scope/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct ScopeBase<'scope> {
135135
/// });
136136
/// });
137137
/// });
138-
/// s.spawn(|s| { // task 2
138+
/// s.spawn(|s| { // task s.2
139139
/// });
140140
/// // point mid
141141
/// });
@@ -322,7 +322,7 @@ where
322322
/// });
323323
/// });
324324
/// });
325-
/// s.spawn_fifo(|s| { // task 2
325+
/// s.spawn_fifo(|s| { // task s.2
326326
/// });
327327
/// // point mid
328328
/// });

0 commit comments

Comments
 (0)