aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/doc.go')
-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 946b18875e..cf3a54565a 100644
--- a/src/cmd/go/doc.go
+++ b/src/cmd/go/doc.go
@@ -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.