<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of January 3, 2018",
+ "Subtitle": "Version of January 9, 2018",
"Path": "/ref/spec"
}-->
computed modulo 2<sup><i>n</i></sup>, where <i>n</i> is the bit width of
the <a href="#Numeric_types">unsigned integer</a>'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".
</p>
<p>
For signed integers, the operations <code>+</code>,