diff --git a/doc/code.html b/doc/code.html index 10f12d987c..2d63d4dc91 100644 --- a/doc/code.html +++ b/doc/code.html @@ -234,7 +234,7 @@ You can now run the program by typing its full path at the command line:
 $ $GOPATH/bin/hello
-Hello!
+Hello, world.
 

@@ -244,7 +244,7 @@ just type the binary name:

 $ hello
-Hello!
+Hello, world.