We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499517 commit 94ecc37Copy full SHA for 94ecc37
src/doc/trpl/dining-philosophers.md
@@ -396,7 +396,7 @@ let handles: Vec<_> = philosophers.into_iter().map(|p| {
396
}).collect();
397
```
398
399
-While this is only five lines, they’re a dense four. Let’s break it down.
+While this is only five lines, they’re a dense five. Let’s break it down.
400
401
```rust,ignore
402
let handles: Vec<_> =
0 commit comments