diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-05-13 02:46:23 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-05-13 02:46:23 -0400 |
| commit | 4b5b9668e0f13cb4cda51b06c098d4b34f86c1c5 (patch) | |
| tree | e960519f91ae9f995c3424953ebbac9ebbd7d986 | |
| parent | 30a42faa1c42ce5988241d3af993921246954b1a (diff) | |
| download | rust-4b5b9668e0f13cb4cda51b06c098d4b34f86c1c5.tar.gz rust-4b5b9668e0f13cb4cda51b06c098d4b34f86c1c5.zip | |
Fix a typo
Thanks @quantheory
| -rw-r--r-- | src/doc/trpl/dining-philosophers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/dining-philosophers.md b/src/doc/trpl/dining-philosophers.md index b1bea4f819e..81280e8920c 100644 --- a/src/doc/trpl/dining-philosophers.md +++ b/src/doc/trpl/dining-philosophers.md @@ -450,7 +450,7 @@ which blocks execution until the thread has completed execution. This ensures that the threads complete their work before the program exits. If you run this program, you’ll see that the philosophers eat out of order! -We have mult-threading! +We have multi-threading! ```text Gilles Deleuze is eating. |
