]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #34849 - tshepang:patch-2, r=apasel422
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 16 Jul 2016 14:55:59 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2016 14:55:59 +0000 (16:55 +0200)
doc: remove extraneous word

src/doc/nomicon/phantom-data.md

index fff8ca752b0b91fd1d5bc5c91ec6b2edbf3bce97..d565532017a65982d518e2453b780743e609a266 100644 (file)
@@ -51,7 +51,7 @@ struct Vec<T> {
 ```
 
 Unlike the previous example it *appears* that everything is exactly as we
-want. Every generic argument to Vec shows up in the at least one field.
+want. Every generic argument to Vec shows up in at least one field.
 Good to go!
 
 Nope.