Skip to content

Commit 6d11a81

Browse files
committed
Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnik
r? @steveklabnik
2 parents 3e06daa + aeb94a1 commit 6d11a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ main.exe main.rs
142142
```
143143

144144
There are now two files: our source code, with the `.rs` extension, and the
145-
executable (`main.exe` on Windows, `main` everywhere else)
145+
executable (`main.exe` on Windows, `main` everywhere else).
146146

147147
```bash
148148
$ ./main # or main.exe on Windows

0 commit comments

Comments
 (0)