diff --git a/doc/go_spec.html b/doc/go_spec.html index 2caf274ed0..bcb06e72ff 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -7563,7 +7563,7 @@ t := max("", "foo", "bar") // t == "foo" (string kind)

-For numeric arguments, min and max are +For numeric arguments, assuming all NaNs are equal, min and max are commutative and associative: