We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e06daa + aeb94a1 commit 6d11a81Copy full SHA for 6d11a81
src/doc/trpl/hello-world.md
@@ -142,7 +142,7 @@ main.exe main.rs
142
```
143
144
There are now two files: our source code, with the `.rs` extension, and the
145
-executable (`main.exe` on Windows, `main` everywhere else)
+executable (`main.exe` on Windows, `main` everywhere else).
146
147
```bash
148
$ ./main # or main.exe on Windows
0 commit comments