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

aliams approved this pull request.

LGTM. Just one minor nit pointed out in comments.

>          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|].

At or in?

-- 
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#pullrequestreview-248981927

Received on Wednesday, 12 June 2019 19:52:36 UTC