Fix missing word and some grammar
Thanks @chris-morgan and @P1start! ❤️
This commit is contained in:
parent
546b202e0e
commit
15bcb2f9c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user