Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in "Getting Started" section of the book
Closes #31103
- Loading branch information
Closes #31103
48aa5ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is the old version still up?
https://doc.rust-lang.org/book/getting-started.html
as of feb 25 2016?
48aa5ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix landed in nightly on jan 22, which means that it will be in Rust 1.8. That link is for the current release of Rust, 1.6.
https://doc.rust-lang.org/nightly/book/getting-started.html (which is currently 1.8's docs) has this fix.