Skip to content

Commit c075586

Browse files
Editorial: Add missing 'and' in phrase
1 parent 4b675e3 commit c075586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ The <dfn method for=IDBObjectStore>openCursor(|query|, |direction|)</dfn> method
33303330
[=cursor/range=] set to |range|, and
33313331
[=cursor/key only flag=] set to false.
33323332

3333-
1. Let |operation| be an algorithm to run [=iterate a cursor=] with [=ECMAScript/the current Realm record=] |cursor|.
3333+
1. Let |operation| be an algorithm to run [=iterate a cursor=] with [=ECMAScript/the current Realm record=] and |cursor|.
33343334

33353335
1. Let |request| be the result of running [=asynchronously execute a request=] with [=/this=] and |operation|.
33363336

0 commit comments

Comments
 (0)