authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-08-07 01:28:55-04:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2018-08-07 01:28:55-04:00
logdcf3869acd0055b561561506ef25b82d9ed7074d
tree1482a7a55fec2bc319e8efa574a8892777bcdf8e
parentc02ed805122cb05dfb21a30e626e25994b3eb698
parentcb0ef3ad4c9430a4a5a7b7995b042542fb61a9ea
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Merge pull request #1346 from shawnl/doc

doc: @addWithOverflow also returns if overflow occured

1 files changed, 1 insertions(+), 0 deletions(-)

doc/langref.html.in+1
......@@ -826,6 +826,7 @@ a +%= b</code></pre></td>
826826 <td>Wrapping Addition.
827827 <ul>
828828 <li>Guaranteed to have twos-complement wrapping behavior.</li>
829 <li>See also {#link|@addWithOverflow#}.</li>
829830 </ul>
830831 </td>
831832 <td>