doc: @addWithOverflow also returns if overflow occured

This commit is contained in:
Shawn Landden 2018-08-06 22:10:29 -07:00
parent aa232089f2
commit cb0ef3ad4c

View File

@ -826,6 +826,7 @@ a +%= b</code></pre></td>
<td>Wrapping Addition.
<ul>
<li>Guaranteed to have twos-complement wrapping behavior.</li>
<li>See also {#link|@addWithOverflow#}.</li>
</ul>
</td>
<td>