diff --git a/src/004-hello-world/hello-world.sh b/src/004-hello-world/hello-world.sh index 70edbe4..c6f3271 100644 --- a/src/004-hello-world/hello-world.sh +++ b/src/004-hello-world/hello-world.sh @@ -3,7 +3,7 @@ $ go run hello-world.go Hello world -# The `go run example.go` approach is a great way to +# The `go run example.go` approach is a great way to # experiment with Go examples, and we'll use it heavily # throughout this book.