diff --git a/doc/go_spec.html b/doc/go_spec.html index 8aea636c6b..9f685d1f1f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -690,7 +690,7 @@ constant is implicitly converted in contexts where a typed value is required, for instance, in a short variable declaration such as i := 0 where there is no explicit type. The default type of an untyped constant is bool, rune, -int, float64, complex128 or string +int, float64, complex128, or string respectively, depending on whether it is a boolean, rune, integer, floating-point, complex, or string constant.