From aeb94a194802381c72cf81492c25daee6f30df03 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 3 Oct 2015 20:21:39 +0200 Subject: [PATCH] Add missing dot --- src/doc/trpl/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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