]> git.lizzy.rs Git - rust.git/commitdiff
doc: remove extraneous word
authorTshepang Lekhonkhobe <tshepang@gmail.com>
Sat, 16 Jul 2016 09:13:29 +0000 (11:13 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2016 09:13:29 +0000 (11:13 +0200)
src/doc/nomicon/phantom-data.md

index 0d7ec7f161796e3cf8bc26760e173d419b6e02f9..4843cd420df19953bea20b458d5625d43f58b16b 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.