diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2017-06-09 20:17:51 +0000 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2017-06-09 20:29:09 +0000 |
commit | af2ac479fc9e4833357a3281a67cd517d2da07ad (patch) | |
tree | 4c44121377d0698d60292ada5950b23ee46260d0 /src/cmd/go/internal/doc/doc.go | |
parent | 467f87ce60028d87f1b552c30138ccba6412333a (diff) | |
download | go-git-af2ac479fc9e4833357a3281a67cd517d2da07ad.tar.gz |
all: single space after period
Done with grep & interactive search & replace, to double-check
replacements. Not many remained after CL 20022.
Fixes #18572
Change-Id: Idbe90ba3b584f9b9661d2bbd141607daaadfa41a
Reviewed-on: https://go-review.googlesource.com/45270
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Diffstat (limited to 'src/cmd/go/internal/doc/doc.go')
-rw-r--r-- | src/cmd/go/internal/doc/doc.go | 2 |
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 |