Skip to content

Commit ecf6b52

Browse files
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Rob Pike <[email protected]>
1 parent 3396878 commit ecf6b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ken/slicearray.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func main() {
8989
by = bx[2:8]
9090
tstb()
9191

92-
// width 4 (float64)
92+
// width 8 (float64)
9393
lb = 0
9494
hb = 10
9595
fy = fx[lb:hb]

0 commit comments

Comments
 (0)