提交 15bcb2f9 编写于 作者: S Steve Klabnik

Fix missing word and some grammar

Thanks @chris-morgan and @P1start! 
上级 546b202e
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册