Skip to content

Commit d8f348a

Browse files
author
Bryan C. Mills
committed
cmd/go: remove a duplicated word from 'go help mod graph'
For #46366 Change-Id: Ie9735027a3c4c0f4a604df30ca4d64dcdc62b45a Reviewed-on: https://go-review.googlesource.com/c/go/+/334375 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Jay Conrod <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent a985897 commit d8f348a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/modcmd/graph.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ in text form. Each line in the output has two space-separated fields: a module
2626
and one of its requirements. Each module is identified as a string of the form
2727
path@version, except for the main module, which has no @version suffix.
2828
29-
The -go flag causes graph to report the module graph as loaded by by the
29+
The -go flag causes graph to report the module graph as loaded by the
3030
given Go version, instead of the version indicated by the 'go' directive
3131
in the go.mod file.
3232

0 commit comments

Comments
 (0)