diff --git a/src/exercises/concurrency/dining-philosophers.md b/src/exercises/concurrency/dining-philosophers.md index 9b864b5a..98327ae7 100644 --- a/src/exercises/concurrency/dining-philosophers.md +++ b/src/exercises/concurrency/dining-philosophers.md @@ -32,7 +32,7 @@ blanks, and test that `cargo run` does not deadlock: // Create philosophers - // Make them think and eat + // Make each of them think and eat 100 times // Output their thoughts }