diff --git a/src/ch01-02-hello-world.md b/src/ch01-02-hello-world.md index d517eef3..b1886b39 100644 --- a/src/ch01-02-hello-world.md +++ b/src/ch01-02-hello-world.md @@ -349,8 +349,7 @@ here, you run the *main* or *main.exe* file, like this: *main*か*main.exe*を走らせます。このように: ```text -$ ./main # or .\main.exe on Windows - # または、Widnowsなら.\main.exe +$ ./main # または、Windowsなら.\main.exe ```