Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 26, 2024
1 parent b7df167 commit 0402e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8145,7 +8145,7 @@ Note: Instead of returning an async iterable from an IDL operation, the operatio
1. If |nextResult| is an abrupt completion, return [=a promise rejected with=]
|nextResult|.\[[Value]].
1. Let |nextPromise| be [=a promise resolved with=] |nextResult|.\[[Value]].
1. Return the result of [=reacting=] to |nextPromise| with with the following fulfillment
1. Return the result of [=reacting=] to |nextPromise| with the following fulfillment
steps, given |iterResult|:
1. If <a abstract-op>Type</a>(|iterResult|) is not Object, [=JavaScript/throw=] a
<l spec=ecmascript>{{TypeError}}</l>.
Expand Down

0 comments on commit 0402e85

Please sign in to comment.