Closes #25430
This commit is contained in:
parir 2015-05-15 11:28:32 +02:00
parent a499517328
commit 94ecc372b2

View File

@ -396,7 +396,7 @@ let handles: Vec<_> = philosophers.into_iter().map(|p| {
}).collect();
```
While this is only five lines, theyre a dense four. Lets break it down.
While this is only five lines, theyre a dense five. Lets break it down.
```rust,ignore
let handles: Vec<_> =