From a8545355568ba49363cdc9c4d233075c2be8261d Mon Sep 17 00:00:00 2001 From: Andriy Lytvynov Date: Thu, 4 Apr 2013 11:11:54 -0700 Subject: [PATCH] doc/code.html: fix typos Fixed example program's output to match program's code. Fixes #5204. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/8365043 --- doc/code.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
 

-- 2.50.0