Skip to content

Commit 12c93aa

Browse files
committed
Rollup merge of rust-lang#25360 - steveklabnik:typo, r=alexcrichton
Thanks @quantheory!
2 parents 522ee20 + 4b5b966 commit 12c93aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/dining-philosophers.md

Lines changed: 1 addition & 1 deletion
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)