about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-10-03 20:18:38 +0000
committerbors <bors@rust-lang.org>2015-10-03 20:18:38 +0000
commit6d11a81c71c0d51980df5bd2d8c56cd295e3f2df (patch)
treebe37378de9af6207f83376015de21b611b2bb950
parent3e06daac83b508615391b4766716eb60ec102833 (diff)
parentaeb94a194802381c72cf81492c25daee6f30df03 (diff)
Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnik
r? @steveklabnik 
-rw-r--r--src/doc/trpl/hello-world.md2
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