Gankro says the official name is The Rustonomicon

This commit is contained in:
Carol (Nichols || Goulding) 2018-01-17 09:33:45 -05:00
parent 5e47d55eb9
commit 8c17d1ca2c
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
2 changed files with 2 additions and 3 deletions

View File

@ -278,7 +278,6 @@ newtypes
nitty
nocapture
nomicon
Nomicon
nonequality
NotFound
null's
@ -353,10 +352,10 @@ runtime
runtimes
Rustacean
Rustaceans
Rustonomicon
rUsT
rustc
rustdoc
Rustonomicon
rustfmt
rustup
screenshot

View File

@ -194,7 +194,7 @@ to the first element would be pointing to deallocated memory. The borrowing
rules prevent programs from ending up in that situation.
> Note: For more on the implementation details of the `Vec<T>` type, see “The
> Nomicon” at https://doc.rust-lang.org/stable/nomicon/vec.html.
> Rustonomicon” at https://doc.rust-lang.org/stable/nomicon/vec.html.
### Iterating Over the Values in a Vector