Skip to content

Commit 5a720d2

Browse files
committed
cmd/go: fix unnecessary plural
"expanded imports paths" should read "expanded import paths." Run mkalldocs.sh to pick up other changes which were not committed to alldocs.go. Change-Id: Iaa61e022d65f9464e8ff93a92cfba27dadf679cf Reviewed-on: https://go-review.googlesource.com/127157 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 65fa2b6 commit 5a720d2

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

src/cmd/go/alldocs.go

Lines changed: 12 additions & 8 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
@@ -107,7 +107,7 @@ Packages stored in vendor directories report an ImportPath that includes the
107107
path to the vendor directory (for example, "d/vendor/p" instead of "p"),
108108
so that the ImportPath uniquely identifies a given copy of a package.
109109
The Imports, Deps, TestImports, and XTestImports lists also contain these
110-
expanded imports paths. See golang.org/s/go15vendor for more about vendoring.
110+
expanded import paths. See golang.org/s/go15vendor for more about vendoring.
111111
112112
The error information, if any, is
113113

0 commit comments

Comments
 (0)