mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove repeated definite articles
Change-Id: Idea3e6ca6e62bd5a5ff6e6d5c3f39efb7628f0ec Reviewed-on: https://go-review.googlesource.com/c/go/+/489635 Run-TryBot: Michael Pratt <mpratt@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
e8c8b79f00
commit
42f558bd56
5 changed files with 5 additions and 5 deletions
|
|
@ -380,7 +380,7 @@ var allDesc = []Description{
|
|||
}
|
||||
|
||||
func init() {
|
||||
// Insert all the the non-default-reporting GODEBUGs into the table,
|
||||
// Insert all the non-default-reporting GODEBUGs into the table,
|
||||
// preserving the overall sort order.
|
||||
i := 0
|
||||
for i < len(allDesc) && allDesc[i].Name < "/godebug/" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue