Skip to content

Commit 4654ae8

Browse files
authored
コードブロック内のコメントを修正
1 parent 40c8179 commit 4654ae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ directory. You can run the executable with this command:
266266
以下のコマンドで実行ファイルを実行できます。
267267

268268
```console
269-
$ ./target/debug/hello_cargo # or .\target\debug\hello_cargo.exe on Windows
270-
# Windowsなでは .\target\debug\hello_cargo.exe
269+
$ ./target/debug/hello_cargo # Windowsでは .\target\debug\hello_cargo.exe
271270
Hello, world!
272271
```
273272

0 commit comments

Comments
 (0)