]> Cypherpunks repositories - gostls13.git/commit
fmt: adjust comment after CL 524940
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 7 Sep 2023 07:42:50 +0000 (08:42 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 8 Sep 2023 06:28:03 +0000 (06:28 +0000)
commit2f0b28da1900909a2c3ddf646bb508fc7effb8f2
tree810c7554aa3d5cb7a93f4ab44271d336588069a7
parent1152615d208060afd4b6c492cc2abb8a989a8c9b
fmt: adjust comment after CL 524940

https://go.dev/cl/524940 swapped a call to Slice with Bytes,
but the comment below still referenced Slice.

Change-Id: Iedc772e1c49c4108bcd06f4cea0e637f011d053c
Reviewed-on: https://go-review.googlesource.com/c/go/+/526356
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: t hepudds <thepudds1460@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/fmt/print.go