From cdcf8eaaa5adb64e4a495c492f1b001d1c3663b0 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 11:11:05 -0700 Subject: [PATCH] consistency --- src/hello-world/hello-world.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello-world/hello-world.sh b/src/hello-world/hello-world.sh index d801390..7e44ec1 100644 --- a/src/hello-world/hello-world.sh +++ b/src/hello-world/hello-world.sh @@ -9,7 +9,7 @@ $ go build hello-world.go $ ls hello-world hello-world.go -# We can then execute this binary directly. +# We can then execute the built binaries directly. $ ./hello-world Hello world