diff --git a/doc/go_spec.html b/doc/go_spec.html index 2f04de419d..6c4862e668 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4099,6 +4099,12 @@ They are called like any other function but some of them accept a type instead of an expression as the first argument.

+

+The built-in functions do not have standard Go types, +so they can only appear in call expressions; +they cannot be used as function values. +

+
 BuiltinCall = identifier "(" [ BuiltinArgs ] ")" .
 BuiltinArgs = Type [ "," ExpressionList ] | ExpressionList .