]> Cypherpunks.ru repositories - gostls13.git/commit
strings, bytes: improve the description of simple case-folding in EqualFold
authorhopehook <hopehook.com@gmail.com>
Thu, 7 Apr 2022 15:53:12 +0000 (23:53 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 7 Apr 2022 23:06:24 +0000 (23:06 +0000)
commitc451a02a6d3e95d279260bd8c1edae676d62997d
tree5645f89509102acfd1b2bd3b3963a1344e6e4d63
parent8d581f589eb9b9eac05c75f0dfe82a49c3afcd2f
strings, bytes: improve the description of simple case-folding in EqualFold

This CL removes the problem description pointed out by @bjkail.
Second, synchronously modify the comments of the bytes package.

Updates #52022
Fixes #52204

Change-Id: I0aa52c774f40bb91f32bebdd2a62a11067a77be0
Reviewed-on: https://go-review.googlesource.com/c/go/+/398736
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
src/bytes/bytes.go
src/strings/strings.go