Re: [whatwg/webidl] Editorial: Completion reform for ECMAScript AOs (PR #1111)

@syg commented on this pull request.



> @@ -8072,8 +8072,8 @@ ECMAScript Array values.
         1.  Let |V| be the value in |S| at index |i|.
         1.  Let |E| be the result of [=converted to an ECMAScript value|converting=]
             |V| to an ECMAScript value.
-        1.  Let |P| be the result of calling <a abstract-op>ToString</a>(|i|).
-        1.  Call <a abstract-op>CreateDataProperty</a>(|A|, |P|, |E|).
+        1.  Let |P| be the result of calling [=?=] <a abstract-op>ToString</a>(|i|).
+        1.  Call [=?=] <a abstract-op>CreateDataProperty</a>(|A|, |P|, |E|).

Fixed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1111#discussion_r817237705
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1111/review/896955348@github.com>

Received on Tuesday, 1 March 2022 23:56:22 UTC