diff --git a/doc/go1.10.html b/doc/go1.10.html index 4c0e847c05..2974fef9a3 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -43,9 +43,9 @@ There are no significant changes to the language specification.

-A corner case involving shifts by untyped constants has been clarified, +A corner case involving shifts of 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.