Skip to content

Commit

Permalink
cmd/go: fix typo in "go help version" output
Browse files Browse the repository at this point in the history
Change-Id: I38b22786aae3d7a08cf2863ef5d15e476fe30093
GitHub-Last-Rev: 57d07dd
GitHub-Pull-Request: golang#31711
Reviewed-on: https://go-review.googlesource.com/c/go/+/174086
Reviewed-by: Emmanuel Odeke <[email protected]>
  • Loading branch information
mark-rushakoff authored and odeke-em committed Apr 27, 2019
1 parent 2177bfb commit 2b325f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ By default, go version does not report unrecognized files found
during a directory scan. The -v flag causes it to report unrecognized files.
The -m flag causes go version to print each executable's embedded
module version information, when available. In the output, the modul
module version information, when available. In the output, the module
information consists of multiple lines following the version line, each
indented by a leading tab character.
Expand Down

0 comments on commit 2b325f8

Please sign in to comment.