diff --git a/doc/go_spec.html b/doc/go_spec.html index c0d0d2c2c0..9a1cf0a0fe 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -5968,7 +5968,7 @@ println like print but prints spaces between arguments and a newline at the e

Implementation restriction: print and println need not accept arbitrary argument types, but printing of boolean, numeric, and string -types must be supported. +types must be supported.

Packages

@@ -6431,7 +6431,7 @@ func Sizeof(variable ArbitraryType) uintptr A Pointer is a pointer type but a Pointer value may not be dereferenced. Any pointer or value of underlying type uintptr can be converted to -a Pointer type and vice versa. +a type of underlying type Pointer and vice versa. The effect of converting between Pointer and uintptr is implementation-defined.