1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:26:16 -07:00
go/src/bytes
Ian Lance Taylor 8ac6544564 bytes: correct tense in comment
Undo incorrect change accidentally made in CL 299109.

Change-Id: Iba29827d0fbd3637c311cebc50c2f4ea437fc582
Reviewed-on: https://go-review.googlesource.com/c/go/+/301830
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
2021-03-15 17:37:09 +00:00
..
boundary_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
buffer_test.go bufio, bytes, strings: handle negative runes in WriteRune 2021-02-24 04:01:25 +00:00
buffer.go bytes: correct tense in comment 2021-03-15 17:37:09 +00:00
bytes_test.go strings, bytes: improve IndexAny and LastIndexAny performance 2020-03-11 05:13:13 +00:00
bytes.go bytes, internal/bytealg: fix incorrect IndexString usage 2020-09-23 19:55:33 +00:00
compare_test.go
example_test.go bytes: add example for (*Buffer).Bytes 2020-11-11 20:51:00 +00:00
export_test.go
reader_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
reader.go