From: Nathan P Finch Date: Thu, 30 Oct 2014 20:20:43 +0000 (-0700) Subject: cmd/go: fix minor typo X-Git-Tag: go1.4rc1~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=692ad844b632074d9e71b6e59fab227c82da77b5;p=gostls13.git cmd/go: fix minor typo LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/170770043 --- diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index 314c69bd8c..946b18875e 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: