From 4b5b9668e0f13cb4cda51b06c098d4b34f86c1c5 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 13 May 2015 02:46:23 -0400 Subject: [PATCH] Fix a typo Thanks @quantheory --- src/doc/trpl/dining-philosophers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/dining-philosophers.md b/src/doc/trpl/dining-philosophers.md index b1bea4f819ef4..81280e8920ca9 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.