]> git.lizzy.rs Git - rust.git/commitdiff
5 != 4
authorparir <peer.aramillo.irizar@gmail.com>
Fri, 15 May 2015 09:28:32 +0000 (11:28 +0200)
committerparir <peer.aramillo.irizar@gmail.com>
Fri, 15 May 2015 09:28:32 +0000 (11:28 +0200)
Closes #25430

src/doc/trpl/dining-philosophers.md

index 87877f02fac606d069a61f346fa770795bd5eb0d..b179c90ceb95fade47c570880c37348f7183ab9f 100644 (file)
@@ -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<_> =