Fix missing word and some grammar

Thanks @chris-morgan and @P1start! ❤️
This commit is contained in:
Steve Klabnik 2014-06-26 15:46:36 -04:00
parent 546b202e0e
commit 15bcb2f9c6
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ $ dir
hello_world.exe hello_world.rs
```
There are now two files: our source code, with the `.rs`, and the executable.
We ran the executable like this:
There are now two files: our source code, with the `.rs` extension, and the
executable (`hello_world.exe` on Windows, `hello_world` everywhere else)
```{bash}
$ ./hello_world # or ./hello_world.exe on Windows