Skip to content

Commit aac88be

Browse files
Update simple.cpp
1 parent 7941fcd commit aac88be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main(){
1919
A.precede(B); // B runs after A // | A | | D |
2020
A.precede(C); // C runs after A // +---+ +-^-+
2121
B.precede(D); // D runs after B // | +---+ |
22-
C.precede(D); // C runs after D // +---->| C |-----+
22+
C.precede(D); // D runs after C // +---->| C |-----+
2323
// +---+
2424
tf.wait_for_all(); // block until finished
2525

0 commit comments

Comments
 (0)