From 0402e8526701ce6904a7a7d87ee107dc584e8ece Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 26 Mar 2024 14:04:21 +0100 Subject: [PATCH] fix typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 083942ba..47bff6e1 100644 --- a/index.bs +++ b/index.bs @@ -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 Type(|iterResult|) is not Object, [=JavaScript/throw=] a {{TypeError}}.