Skip to content

Commit 3d77f66

Browse files
michaelficarraljharb
authored andcommitted
Editorial: consistently order undefined before null in comparisons (#3647)
1 parent b324a0d commit 3d77f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6135,7 +6135,7 @@ <h1>
61356135
</dl>
61366136
<emu-alg>
61376137
1. Assert: SameType(_x_, _y_) is *true*.
6138-
1. If _x_ is either *null* or *undefined*, return *true*.
6138+
1. If _x_ is either *undefined* or *null*, return *true*.
61396139
1. If _x_ is a BigInt, then
61406140
1. Return BigInt::equal(_x_, _y_).
61416141
1. If _x_ is a String, then

0 commit comments

Comments
 (0)