From 692ad844b632074d9e71b6e59fab227c82da77b5 Mon Sep 17 00:00:00 2001 From: Nathan P Finch Date: Thu, 30 Oct 2014 13:20:43 -0700 Subject: [PATCH] cmd/go: fix minor typo LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/170770043 --- src/cmd/go/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0