Navigation Menu

Skip to content

Commit

Permalink
Fix typo in "Getting Started" section of the book
Browse files Browse the repository at this point in the history
Closes #31103
  • Loading branch information
apasel422 committed Jan 22, 2016
1 parent e7ce7b6 commit 48aa5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/getting-started.md
Expand Up @@ -111,7 +111,7 @@ If we're on Linux or a Mac, all we need to do is open a terminal and type this:
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
```

This will download a script, and stat the installation. If it all goes well,
This will download a script, and start the installation. If it all goes well,
you’ll see this appear:

```text
Expand Down

2 comments on commit 48aa5ef

@txdv
Copy link

@txdv txdv commented on 48aa5ef Feb 25, 2016

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?

@steveklabnik
Copy link
Member

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.

Please sign in to comment.