go/src/bytes
Matthew Dempsky 62fb281cf7 bytes, strings: use "reports whether" in HasPrefix and HasSuffix
Update the doc comments to use the more idiomatic and common phrase
"reports whether" instead of "tests whether".

Change-Id: I2b7f8cce2d192f66e296ebaa9b37f37e8276b4ae
Reviewed-on: https://go-review.googlesource.com/c/go/+/524898
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-09-01 04:29:02 +00:00
..
boundary_test.go
buffer.go all: fix misuses of "a" vs "an" 2023-04-04 14:20:53 +00:00
buffer_test.go std: fix various nilness findings 2023-04-20 01:07:29 +00:00
bytes.go bytes, strings: use "reports whether" in HasPrefix and HasSuffix 2023-09-01 04:29:02 +00:00
bytes_test.go internal/bytealg: fix alignment code in equal_riscv64.s 2023-06-29 02:34:59 +00:00
compare_test.go bytes: remove builders check from compare test 2023-07-13 23:11:42 +00:00
example_test.go all: remove redundant string conversions when formatting []byte with %s 2023-08-22 22:52:37 +00:00
export_test.go
reader.go bytes: document that Reader.Reset affects the result of Size 2022-07-26 14:20:34 +00:00
reader_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00