Skip to content

Commit 84b38ad

Browse files
jmdyckljharb
authored andcommitted
Editorial: Add underscores to alias (#3566)
1 parent 7ac04fe commit 84b38ad

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
@@ -39595,7 +39595,7 @@ <h1>The %RegExpStringIteratorPrototype% Object</h1>
3959539595
<h1>%RegExpStringIteratorPrototype%.next ( )</h1>
3959639596
<emu-alg>
3959739597
1. Let _O_ be the *this* value.
39598-
1. If O is not an Object, throw a *TypeError* exception.
39598+
1. If _O_ is not an Object, throw a *TypeError* exception.
3959939599
1. If _O_ does not have all of the internal slots of a RegExp String Iterator Object Instance (see <emu-xref href="#sec-properties-of-regexp-string-iterator-instances"></emu-xref>), throw a *TypeError* exception.
3960039600
1. If _O_.[[Done]] is *true*, then
3960139601
1. Return CreateIteratorResultObject(*undefined*, *true*).

0 commit comments

Comments
 (0)