go/src/strings
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
..
builder.go
builder_test.go strings: add benchmark for Builder.WriteString 2023-07-20 18:00:40 +00:00
clone.go
clone_test.go
compare.go
compare_test.go
example_test.go
export_test.go
reader.go strings: correct NewReader documentation 2023-05-12 17:40:51 +00:00
reader_test.go
replace.go
replace_test.go
search.go strings: use the builtin max function 2023-08-07 18:49:51 +00:00
search_test.go
strings.go bytes, strings: use "reports whether" in HasPrefix and HasSuffix 2023-09-01 04:29:02 +00:00
strings_test.go