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.
2 parents fab6c74 + 66b8cc8 commit ceb5404Copy full SHA for ceb5404
src/doc/intro.md
@@ -494,14 +494,14 @@ non-deterministic aspect:
494
$ cargo run
495
Compiling hello_world v0.0.1 (file:///Users/you/src/hello_world)
496
Running `target/hello_world`
497
-numbers[1] is 2
498
-numbers[0] is 1
499
-numbers[2] is 3
+numbers[1] is 3
+numbers[0] is 2
+numbers[2] is 4
500
501
502
503
504
505
```
506
507
Each time, we get a slightly different output, because each thread works in a
0 commit comments