1
Fork 0

Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnik

r? @steveklabnik
This commit is contained in:
bors 2015-10-03 20:18:38 +00:00
commit 6d11a81c71

View file

@ -142,7 +142,7 @@ main.exe main.rs
```
There are now two files: our source code, with the `.rs` extension, and the
executable (`main.exe` on Windows, `main` everywhere else)
executable (`main.exe` on Windows, `main` everywhere else).
```bash
$ ./main # or main.exe on Windows