Merge pull request #1346 from shawnl/doc

doc: @addWithOverflow also returns if overflow occured
This commit is contained in:
Andrew Kelley 2018-08-07 01:28:55 -04:00 committed by GitHub
commit dcf3869acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>