diff --git a/doc/go_spec.html b/doc/go_spec.html index ad3fa519b2..e54068a2d7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -3027,7 +3027,7 @@ int64 -9223372036854775808
If the divisor is a constant, it must not be zero. If the divisor is zero at run time, a run-time panic occurs. -If the dividend is positive and the divisor is a constant power of 2, +If the dividend is non-negative and the divisor is a constant power of 2, the division may be replaced by a right shift, and computing the remainder may be replaced by a bitwise AND operation: