aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/list/list.go
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-08-16 16:55:32 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-16 15:14:35 +0000
commit6502c112863bda754ca3a52ead739f7d6c259117 (patch)
tree56cab17ec1de449e4839bcc35232e7146b758ebd /src/cmd/go/internal/list/list.go
parentc882f4b6b13d4d38d354bec4614d4402031ec1b1 (diff)
downloadgo-6502c112863bda754ca3a52ead739f7d6c259117.tar.gz
go-6502c112863bda754ca3a52ead739f7d6c259117.zip
cmd/go: fix typos in go help mod subpages
mkalldocs.sh was run and it also picked up a doc change introduced in CL 128935, where it wasn't run. Fixes #27030 Change-Id: Ie13fdb71cd7d5481366a02eb711ca48f094026fd Reviewed-on: https://go-review.googlesource.com/129576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/go/internal/list/list.go')
-rw-r--r--src/cmd/go/internal/list/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/internal/list/list.go b/src/cmd/go/internal/list/list.go
index e75270fa55..423516aad7 100644
--- a/src/cmd/go/internal/list/list.go
+++ b/src/cmd/go/internal/list/list.go
@@ -268,7 +268,7 @@ A pattern containing "..." specifies the active modules whose
module paths match the pattern.
A query of the form path@version specifies the result of that query,
which is not limited to active modules.
-See 'go help module' for more about module queries.
+See 'go help modules' for more about module queries.
The template function "module" takes a single string argument
that must be a module path or query and returns the specified