1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:50:21 -07:00

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
This commit is contained in:
Andriy Lytvynov 2013-04-04 11:11:54 -07:00 committed by Rob Pike
parent 86f48ac4f0
commit a854535556

View 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>