Commit cb0ef3ad4c

Shawn Landden <shawn@git.icu>
2018-08-07 07:10:29
doc: @addWithOverflow also returns if overflow occured
1 parent aa23208
Changed files (1)
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>