Skip to content

Commit b815bc1

Browse files
jhnaldoljharb
authored andcommitted
Normative: Fixed bug in NumberBitwiseOp (#1956)
1 parent e50bcaa commit b815bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ <h1>Number::sameValueZero ( _x_, _y_ )</h1>
17511751
<h1>NumberBitwiseOp ( _op_, _x_, _y_ )</h1>
17521752
<emu-alg>
17531753
1. Let _lnum_ be ! ToInt32(_x_).
1754-
1. Let _rnum_ be ! ToUint32(_y_).
1754+
1. Let _rnum_ be ! ToInt32(_y_).
17551755
1. Return the result of applying the bitwise operator _op_ to _lnum_ and _rnum_. The result is a signed 32-bit integer.
17561756
</emu-alg>
17571757
</emu-clause>

0 commit comments

Comments
 (0)