Skip to content

Commit fdc45e3

Browse files
Change quaranteed -> guaranteed in README.md
1 parent d084f70 commit fdc45e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ numbers[0] is 2
511511
```
512512
513513
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
514+
guaranteed to run in any set order. If you get the same order every time it is
515515
because each of these threads are very small and complete too fast for their
516516
indeterminate behavior to surface.
517517

0 commit comments

Comments
 (0)