summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorNathan P Finch <nate.finch@gmail.com>2014-10-30 13:20:43 -0700
committerNathan P Finch <nate.finch@gmail.com>2014-10-30 13:20:43 -0700
commit0c0ed81463951ae39a65591319501dc1d44037e0 (patch)
tree6c3e5b29eaade72fb6969650b40f63cd184cf2f3 /src/cmd
parent88388f91def985fcc1d1c221663a09e5a10375f2 (diff)
downloadgo-0c0ed81463951ae39a65591319501dc1d44037e0.tar.gz
cmd/go: fix minor typo
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/170770043 Committer: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/go/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go
index 314c69bd8..946b18875 100644
--- a/src/cmd/go/doc.go
+++ b/src/cmd/go/doc.go
@@ -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: