diff options
| author | bors <bors@rust-lang.org> | 2015-10-03 20:18:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-03 20:18:38 +0000 |
| commit | 6d11a81c71c0d51980df5bd2d8c56cd295e3f2df (patch) | |
| tree | be37378de9af6207f83376015de21b611b2bb950 | |
| parent | 3e06daac83b508615391b4766716eb60ec102833 (diff) | |
| parent | aeb94a194802381c72cf81492c25daee6f30df03 (diff) | |
Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnik
r? @steveklabnik
| -rw-r--r-- | src/doc/trpl/hello-world.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/hello-world.md b/src/doc/trpl/hello-world.md index cd4326a28d8..f04a9132b52 100644 --- a/src/doc/trpl/hello-world.md +++ b/src/doc/trpl/hello-world.md @@ -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 |
