Re: [w3c/IndexedDB] Use Infra terms to simplify text. (#275)

inexorabletash commented on this pull request.



>          1. Let |i| be 0.
         1. While |i| is less than |length|, then:
 
-            1. Let |u| be the [=/key=] in |va| at index |i|.
-            1. Let |v| be the [=/key=] in |vb| at index |i|.
+            1. Let |u| be the [=/key=] at |va|[|i|].

I was thinking the temporary _u_ and _v_ variables could be removed entirely, which makes this moot. I'll do that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/275#discussion_r293104786

Received on Wednesday, 12 June 2019 20:33:24 UTC