Skip to content

Commit fd1d8a7

Browse files
authored
Merge pull request #205 from jmblog/patch-1
コードブロック内のコメントを修正
2 parents d2572a7 + e19882e commit fd1d8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ directory. You can run the executable with this command:
267267

268268
```console
269269
$ ./target/debug/hello_cargo # or .\target\debug\hello_cargo.exe on Windows
270-
# Windowsなでは .\target\debug\hello_cargo.exe
270+
$ # Windowsでは .\target\debug\hello_cargo.exe
271271
Hello, world!
272272
```
273273

0 commit comments

Comments
 (0)