Skip to content

Commit 15bcb2f

Browse files
committed
Fix missing word and some grammar
Thanks @chris-morgan and @P1start! ❤️
1 parent 546b202 commit 15bcb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ $ dir
239239
hello_world.exe hello_world.rs
240240
```
241241

242-
There are now two files: our source code, with the `.rs`, and the executable.
243-
We ran the executable like this:
242+
There are now two files: our source code, with the `.rs` extension, and the
243+
executable (`hello_world.exe` on Windows, `hello_world` everywhere else)
244244

245245
```{bash}
246246
$ ./hello_world # or ./hello_world.exe on Windows

0 commit comments

Comments
 (0)