summaryrefslogtreecommitdiff
path: root/src/cmd/go/generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/generate.go')
-rw-r--r--src/cmd/go/generate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/generate.go b/src/cmd/go/generate.go
index a83cce8f7..2772452dd 100644
--- a/src/cmd/go/generate.go
+++ b/src/cmd/go/generate.go
@@ -45,7 +45,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: