Skip to content

Commit 6502c11

Browse files
ALTreebradfitz
authored andcommitted
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 golang#27030 Change-Id: Ie13fdb71cd7d5481366a02eb711ca48f094026fd Reviewed-on: https://go-review.googlesource.com/129576 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent c882f4b commit 6502c11

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/cmd/go/alldocs.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ A pattern containing "..." specifies the active modules whose
268268
module paths match the pattern.
269269
A query of the form path@version specifies the result of that query,
270270
which is not limited to active modules.
271-
See 'go help module' for more about module queries.
271+
See 'go help modules' for more about module queries.
272272
273273
The template function "module" takes a single string argument
274274
that must be a module path or query and returns the specified

src/cmd/go/internal/modcmd/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ corresponding to this Go struct:
4141
Dir string // absolute path to cached source root directory
4242
}
4343
44-
See 'go help module' for more about module queries.
44+
See 'go help modules' for more about module queries.
4545
`,
4646
}
4747

0 commit comments

Comments
 (0)