]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix minor typo
authorNathan P Finch <nate.finch@gmail.com>
Thu, 30 Oct 2014 20:20:43 +0000 (13:20 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Oct 2014 20:20:43 +0000 (13:20 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/170770043

src/cmd/go/doc.go

index 314c69bd8ca1739685c8fca271dc476f08146f8e..946b18875e281447afbf899c2bc484f4f44fd9e6 100644 (file)
@@ -247,7 +247,7 @@ The arguments are space-separated tokens or double-quoted strings
 passed to the generator as individual arguments when it is run.
 
 Quoted strings use Go syntax and are evaluated before execution; a
-quoted string appears a single argument to the generator.
+quoted string appears as a single argument to the generator.
 
 Go generate sets several variables when it runs the generator: