From: Andriy Lytvynov Date: Thu, 4 Apr 2013 18:11:54 +0000 (-0700) Subject: doc/code.html: fix typos X-Git-Tag: go1.1rc2~176 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a8545355568ba49363cdc9c4d233075c2be8261d;p=gostls13.git 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 --- 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.