Skip to content

Commit

Permalink
Link {{%Symbol.iterator%}}
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Aug 29, 2024
1 parent 11ea953 commit e5c1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
1. Return a [=new=] {{Observable}} whose [=Observable/subscribe callback=] is an
algorithm that takes a {{Subscriber}} |subscriber| and does the following:

1. Let |iteratorRecord| be [=GetIteratorFromMethod=](|value|, %Symbol.iterator%).
1. Let |iteratorRecord| be [=GetIteratorFromMethod=](|value|, {{%Symbol.iterator%}}).

1. If |iteratorRecord| is a [=throw completion=] then:

Expand Down

0 comments on commit e5c1c9a

Please sign in to comment.