diff --git a/doc/go_spec.html b/doc/go_spec.html index 2ec8094a9c..957618d5ee 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3609,32 +3609,36 @@ T(value)

-where T is the type name of an arithmetic type or string (§Basic types), -and value is the value of an expression that can be converted to a value +where T is a type +and value is an expression +that can be converted to a value of result type T.

The following conversion rules apply: