mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Rollup merge of #34849 - tshepang:patch-2, r=apasel422
doc: remove extraneous word
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user