Skip to content

Commit

Permalink
Editorial: Add missing 'and' in phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Apr 13, 2023
1 parent 4b675e3 commit c075586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3330,7 +3330,7 @@ The <dfn method for=IDBObjectStore>openCursor(|query|, |direction|)</dfn> method
[=cursor/range=] set to |range|, and
[=cursor/key only flag=] set to false.

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

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

Expand Down

0 comments on commit c075586

Please sign in to comment.