diff options
| author | cui fliter <imcusg@gmail.com> | 2023-07-14 14:14:27 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-07-18 05:15:36 +0000 |
| commit | b63f7752e803a9208151c97c7fb1cbce1dc84f3e (patch) | |
| tree | 532221a9613786e2759af9f0ae6460355d9af5da /internal/stdlib | |
| parent | f159e616582641bdbeb2d6a0018ca4c8c472fbb5 (diff) | |
| download | go-x-pkgsite-b63f7752e803a9208151c97c7fb1cbce1dc84f3e.tar.xz | |
internal: remove repetitive words
Change-Id: Ie5a688c08ba46018f0fa8f5a1af495e9c29fd684
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/509695
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Diffstat (limited to 'internal/stdlib')
| -rw-r--r-- | internal/stdlib/stdlib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stdlib/stdlib.go b/internal/stdlib/stdlib.go index b11a0a89..d070a280 100644 --- a/internal/stdlib/stdlib.go +++ b/internal/stdlib/stdlib.go @@ -388,7 +388,7 @@ func zipInternal(requestedVersion string) (_ *zip.Reader, resolvedVersion string // semantic version for the branch. // // ContentDir reads the standard library at the Go repository tag corresponding -// to to the given semantic version. +// to the given semantic version. // // ContentDir ignores go.mod files in the standard library, treating it as if it // were a single module named "std" at the given version. |
