diff --git a/doc/go_spec.html b/doc/go_spec.html index bb76134248..0f55b075a6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -3619,7 +3619,7 @@ For unsigned integer values, the operations +, computed modulo 2n, where n is the bit width of the unsigned integer's type. Loosely speaking, these unsigned integer operations -discard high bits upon overflow, and programs may rely on ``wrap around''. +discard high bits upon overflow, and programs may rely on "wrap around".

For signed integers, the operations +,