Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Apr 16, 2024
1 parent 4d35029 commit e00d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ location: https://github.com/tc39/proposal-decimal/
</emu-clause>
<emu-clause id="sec-decimal.prototype.remainder">
<h1>Decimal128.prototype.remainder ( _x_ )</h1>
<p>Computes the remainder of dividing *this_ value by *_x_*. Exact division of *this* by *_x_* is carried out until the computation stops; the residue of that computation is returned. The sign of the result is the sign of *this* value. Returns a fresh result.</p>
<p>Computes the remainder of dividing *this* value by *_x_*. Exact division of *this* by *_x_* is carried out until the computation stops; the residue of that computation is returned. The sign of the result is the sign of *this* value. Returns a fresh result.</p>
<emu-note>
<p>The remainder operation specified here deviates from the IEEE 754 remainder operation.</p>
</emu-note>
Expand Down

0 comments on commit e00d3d8

Please sign in to comment.