]> Cypherpunks repositories - gostls13.git/commitdiff
test/ken/slicearray.go: correct type width in comment
authorIan Lance Taylor <iant@golang.org>
Sun, 5 Dec 2021 01:59:19 +0000 (17:59 -0800)
committerIan Lance Taylor <iant@golang.org>
Sun, 5 Dec 2021 12:50:44 +0000 (12:50 +0000)
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>
test/ken/slicearray.go

index 6cf676c588b2558b185a5bf6c70d3d1e8ec595c7..a431983d156b1852b2c83193c29d033bd95250eb 100644 (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]