Skip to content

Commit

Permalink
Gankro says the official name is The Rustonomicon
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Jan 30, 2018
1 parent 5e47d55 commit 8c17d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions second-edition/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ newtypes
nitty
nocapture
nomicon
Nomicon
nonequality
NotFound
null's
Expand Down Expand Up @@ -353,10 +352,10 @@ runtime
runtimes
Rustacean
Rustaceans
Rustonomicon
rUsT
rustc
rustdoc
Rustonomicon
rustfmt
rustup
screenshot
Expand Down
2 changes: 1 addition & 1 deletion second-edition/src/ch08-01-vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c17d1c

Please sign in to comment.