diff --git a/examples/hello-world/hello-world.go b/examples/hello-world/hello-world.go index 68aeda6..18d23c2 100644 --- a/examples/hello-world/hello-world.go +++ b/examples/hello-world/hello-world.go @@ -1,4 +1,4 @@ -// Our first program will print the classic "hello world"` +// Our first program will print the classic "hello world" // message. Here's the full source code. package main