1
0
mirror of https://github.com/golang/go synced 2024-07-01 07:56:09 +00:00

test/ken/slicearray.go: correct type width in comment

The type was changed in https://golang.org/cl/3991043 but the comment
wasn't updated.

Change-Id: I7ba3f625c732e5e801675ffc5d4a28e1d310faa3
Reviewed-on: https://go-review.googlesource.com/c/go/+/369374
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Ian Lance Taylor 2021-12-04 17:59:19 -08:00
parent 3396878af4
commit ecf6b52b7f

View File

@ -89,7 +89,7 @@ func main() {
by = bx[2:8]
tstb()
// width 4 (float64)
// width 8 (float64)
lb = 0
hb = 10
fy = fx[lb:hb]