diff --git a/doc/go_spec.html b/doc/go_spec.html index 0dc1a836ec..d0b9e2fad4 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1369,9 +1369,9 @@ Any value may be assigned to the blank identifier Except as noted, values of any type may be compared to other values of compatible static type. -Values of numeric and string type may be compared using the +Values of integer, floating-point, and string type may be compared using the full range of comparison operators; -booleans may be compared only for equality or inequality. +booleans and complex values may be compared only for equality or inequality.