Skip to content

Commit 4b5b966

Browse files
committed
Fix a typo
Thanks @quantheory
1 parent 30a42fa commit 4b5b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/dining-philosophers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ which blocks execution until the thread has completed execution. This ensures
450450
that the threads complete their work before the program exits.
451451

452452
If you run this program, you’ll see that the philosophers eat out of order!
453-
We have mult-threading!
453+
We have multi-threading!
454454

455455
```text
456456
Gilles Deleuze is eating.

0 commit comments

Comments
 (0)