]> Cypherpunks repositories - gostls13.git/commitdiff
doc/code.html: fix reference to "gomake build"
authorAnschel Schaffer-Cohen <anschelsc@gmail.com>
Mon, 29 Nov 2010 17:17:28 +0000 (09:17 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 29 Nov 2010 17:17:28 +0000 (09:17 -0800)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3288042

doc/code.html

index a5783ce740835f1416b035a5f4a27d76adfc9f7f..55afe09af33ff0177c4718c78bb124923e1859ee 100644 (file)
@@ -192,7 +192,7 @@ GOFILES=\
 include $(GOROOT)/src/Make.cmd
 </pre>
 
-<p>Running <code>gomake build</code> will compile <code>helloworld.go</code>
+<p>Running <code>gomake</code> will compile <code>helloworld.go</code>
 and produce an executable named <code>helloworld</code> in the current
 directory.
 </p>