From b1bc338c71794975bfe670907dbce3a1c26f58eb Mon Sep 17 00:00:00 2001 From: Hiroshi Ichikawa Date: Tue, 15 Oct 2024 20:55:26 +0900 Subject: [PATCH] Fix typo and remove leftover of original text --- src/ch01-02-hello-world.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ch01-02-hello-world.md b/src/ch01-02-hello-world.md index d517eef33..b1886b39e 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 ```