]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in "Getting Started" section of the book
authorAndrew Paseltiner <apaseltiner@gmail.com>
Fri, 22 Jan 2016 13:59:05 +0000 (08:59 -0500)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Fri, 22 Jan 2016 13:59:05 +0000 (08:59 -0500)
Closes #31103

src/doc/book/getting-started.md

index e9d271e7537685b299cc710ecf8ed9fc1c5460b1..18d5ca5be1ae3fb910193a6758d5efa3ef7d9bc7 100644 (file)
@@ -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