Skip to content

Commit

Permalink
5 != 4
Browse files Browse the repository at this point in the history
Closes #25430
  • Loading branch information
parir committed May 15, 2015
1 parent a499517 commit 94ecc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/dining-philosophers.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ let handles: Vec<_> = philosophers.into_iter().map(|p| {
}).collect();
```

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.

```rust,ignore
let handles: Vec<_> =
Expand Down

0 comments on commit 94ecc37

Please sign in to comment.