diff --git a/doc/go_spec.html b/doc/go_spec.html
index 14903f0b3c..3f6ea8668c 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -539,7 +539,7 @@ literal.
rune constants,
integer constants,
floating-point constants, complex constants,
-and string constants. Character, integer, floating-point,
+and string constants. Rune, integer, floating-point,
and complex constants are
collectively called numeric constants.