diff --git a/doc/go_spec.html b/doc/go_spec.html
index 498f3165201..71ef526f2ec 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -561,7 +561,7 @@ or conversion, or implicitly when used in a
assignment or as an
operand in an expression.
It is an error if the constant value
-cannot be accurately represented as a value of the respective type.
+cannot be represented as a value of the respective type.
For instance, 3.0
can be given any integer or any
floating-point type, while 2147483648.0
(equal to 1<<31
)
can be given the types float32
, float64
, or uint32
but