summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/doc/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/internal/doc/doc.go')
-rw-r--r--src/cmd/go/internal/doc/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/internal/doc/doc.go b/src/cmd/go/internal/doc/doc.go
index e7e116af7e..d73dd9ad91 100644
--- a/src/cmd/go/internal/doc/doc.go
+++ b/src/cmd/go/internal/doc/doc.go
@@ -48,7 +48,7 @@ letter it is assumed to identify a symbol or method in the current directory.
For packages, the order of scanning is determined lexically in breadth-first order.
That is, the package presented is the one that matches the search and is nearest
-the root and lexically first at its level of the hierarchy. The GOROOT tree is
+the root and lexically first at its level of the hierarchy. The GOROOT tree is
always scanned in its entirety before GOPATH.
If there is no package specified or matched, the package in the current