mirror of
https://github.com/golang/go
synced 2024-11-19 03:34:41 -07:00
cmd/go: fix minor typo
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/170770043
This commit is contained in:
parent
51fcd3cf1b
commit
692ad844b6
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user