zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit cb0ef3ad4c9430a4a5a7b7995b042542fb61a9ea (tree)
parent aa232089f2beaa273458a9fa75b2ba5c70f71805
Author: Shawn Landden <shawn@git.icu>
Date:   Mon,  6 Aug 2018 22:10:29 -0700

doc: @addWithOverflow also returns if overflow occured

Diffstat:
Mdoc/langref.html.in | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -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>