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 d084f70 commit fdc45e3Copy full SHA for fdc45e3
src/doc/intro.md
@@ -511,7 +511,7 @@ numbers[0] is 2
511
```
512
513
Each time, we can get a slightly different output because the threads are not
514
-quaranteed to run in any set order. If you get the same order every time it is
+guaranteed to run in any set order. If you get the same order every time it is
515
because each of these threads are very small and complete too fast for their
516
indeterminate behavior to surface.
517
0 commit comments