]> Cypherpunks repositories - gostls13.git/commitdiff
doc/code.html: fix typos
authorAndriy Lytvynov <lytvynov.a.v@gmail.com>
Thu, 4 Apr 2013 18:11:54 +0000 (11:11 -0700)
committerRob Pike <r@golang.org>
Thu, 4 Apr 2013 18:11:54 +0000 (11:11 -0700)
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

index 10f12d987c0ad961bf9bd2f5c0ee9a3144862cbf..2d63d4dc919d50c7a7962b9389a9e7cd8dff297f 100644 (file)
@@ -234,7 +234,7 @@ You can now run the program by typing its full path at the command line:
 
 <pre>
 $ <b>$GOPATH/bin/hello</b>
-Hello!
+Hello, world.
 </pre>
 
 <p>
@@ -244,7 +244,7 @@ just type the binary name:
 
 <pre>
 $ <b>hello</b>
-Hello!
+Hello, world.
 </pre>
 
 <p>