diff --git a/doc/go1.10.html b/doc/go1.10.html index 4c0e847c050..9dc923661eb 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -45,7 +45,7 @@ There are no significant changes to the language specification.

A corner case involving shifts by untyped constants has been clarified, and as a result the compilers have been updated to allow the index expression -x[1.0 << s] where s is an untyped constant; +x[1.0 << s] where s is an unsigned integer; the go/types package already did.