diff --git a/doc/go_spec.html b/doc/go_spec.html
index 8c958b159d..d56efcc2bc 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -3278,7 +3278,8 @@ of x
and thus has no run-time cost.
-Specific rules apply to conversions where T
is a numeric or string type.
+Specific rules apply to conversions where T
is a
+numeric or string type, or where x
is of string type.
These conversions may change the representation of a value and incur a run-time cost.