From 0b17527dd7a78dc081dde5b78fa4e507654e90a8 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sat, 17 Feb 2024 01:42:42 +0800 Subject: [PATCH] Update hello-12.gop --- 101-Hello-world/hello-12.gop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/101-Hello-world/hello-12.gop b/101-Hello-world/hello-12.gop index 4920e49..26f8610 100644 --- a/101-Hello-world/hello-12.gop +++ b/101-Hello-world/hello-12.gop @@ -1,4 +1,4 @@ -// To emphasize our preference for the command-line style, we introduce `echo` as an alias +// To emphasize our preference for the command style, we introduce `echo` as an alias // for `println`: echo "Hello world"