Skip to content

Commit

Permalink
cmd/go: fix typos in go help mod subpages
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ALTree authored and bradfitz committed Aug 16, 2018
1 parent c882f4b commit 6502c11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/cmd/go/alldocs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmd/go/internal/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/go/internal/modcmd/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ corresponding to this Go struct:
Dir string // absolute path to cached source root directory
}
See 'go help module' for more about module queries.
See 'go help modules' for more about module queries.
`,
}

Expand Down

0 comments on commit 6502c11

Please sign in to comment.