go/src/fmt
wanggang 530fbb283c fmt: fix incorrect doc comment
I noticed that the comment incorrectly stated 'WriteString implemented WriteString', it should be 'implemented io.StringWriter' instead.

Change-Id: I844a8c805e5f0c32b5aea68c4bba6982f6fcc8a7
GitHub-Last-Rev: a0d93b6e9d
GitHub-Pull-Request: golang/go#69546
Reviewed-on: https://go-review.googlesource.com/c/go/+/614575
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Rob Pike <r@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
2024-09-23 18:01:36 +00:00
..
doc.go fmt: add available godoc link 2024-04-02 21:56:20 +00:00
errors.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
errors_test.go
example_test.go
export_test.go
fmt_test.go fmt: remove ineffective else branch in test 2024-08-08 23:21:43 +00:00
format.go fmt: allow padding and minus flags at the same time 2024-03-04 17:31:55 +00:00
gostringer_example_test.go
print.go fmt: fix incorrect doc comment 2024-09-23 18:01:36 +00:00
scan.go fmt: add available godoc link 2024-04-02 21:56:20 +00:00
scan_test.go
state_test.go
stringer_example_test.go
stringer_test.go