mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +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:
parent
3396878af4
commit
ecf6b52b7f
@ -89,7 +89,7 @@ func main() {
|
|||||||
by = bx[2:8]
|
by = bx[2:8]
|
||||||
tstb()
|
tstb()
|
||||||
|
|
||||||
// width 4 (float64)
|
// width 8 (float64)
|
||||||
lb = 0
|
lb = 0
|
||||||
hb = 10
|
hb = 10
|
||||||
fy = fx[lb:hb]
|
fy = fx[lb:hb]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user