1
0
mirror of https://github.com/golang/go synced 2024-11-19 00:04:40 -07:00

cmd/go: fixed typo in doc and generator

LGTM=iant
R=golang-codereviews, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/163690043
This commit is contained in:
Gabriel Aszalos 2014-10-31 09:38:41 -07:00 committed by Ian Lance Taylor
parent 1965ba6e6f
commit 2074046d00
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ Go generate sets several variables when it runs the generator:
$GOPACKAGE
The name of the package of the file containing the directive.
Other than variable substition and quoted-string evaluation, no
Other than variable substitution and quoted-string evaluation, no
special processing such as "globbing" is performed on the command
line.

View File

@ -58,7 +58,7 @@ Go generate sets several variables when it runs the generator:
$GOPACKAGE
The name of the package of the file containing the directive.
Other than variable substition and quoted-string evaluation, no
Other than variable substitution and quoted-string evaluation, no
special processing such as "globbing" is performed on the command
line.