]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/nomicon/phantom-data.md
Rollup merge of #34849 - tshepang:patch-2, r=apasel422
[rust.git] / 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.