]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove a duplicated word from 'go help mod graph'
authorBryan C. Mills <bcmills@google.com>
Tue, 13 Jul 2021 21:25:26 +0000 (17:25 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 13 Jul 2021 21:57:39 +0000 (21:57 +0000)
For #46366

Change-Id: Ie9735027a3c4c0f4a604df30ca4d64dcdc62b45a
Reviewed-on: https://go-review.googlesource.com/c/go/+/334375
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>

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

index 90eb3e2a00b56ddc5e878672f7f18f42b9d2cbf4..954caae9fb1add243d2a8661e5af83ee112a3d6a 100644 (file)
 // and one of its requirements. Each module is identified as a string of the form
 // path@version, except for the main module, which has no @version suffix.
 //
-// The -go flag causes graph to report the module graph as loaded by by the
+// The -go flag causes graph to report the module graph as loaded by the
 // given Go version, instead of the version indicated by the 'go' directive
 // in the go.mod file.
 //
index 903bd9970f1a5b3fa9eed70678b7f0ee4219fabc..ac81f26dadea69dd3f58d7491caaa39aba7cfcad 100644 (file)
@@ -26,7 +26,7 @@ in text form. Each line in the output has two space-separated fields: a module
 and one of its requirements. Each module is identified as a string of the form
 path@version, except for the main module, which has no @version suffix.
 
-The -go flag causes graph to report the module graph as loaded by by the
+The -go flag causes graph to report the module graph as loaded by the
 given Go version, instead of the version indicated by the 'go' directive
 in the go.mod file.