Skip to content

Commit c435314

Browse files
Editorial: Fix grammar glitch, improve record refs
1 parent 7ff900f commit c435314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@ The <dfn method for=IDBObjectStore>getAll(|query|, |count|)</dfn> method steps a
32023202

32033203
<aside class=note>
32043204
The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}})
3205-
identifying the [=object-store/records=] to be retrieved. If null or not given,
3205+
identifying the [=object-store/record=] values to be retrieved. If null or not given,
32063206
an [=unbounded key range=] is used. If |count| is specified and
32073207
there are more than |count| records in range, only the first |count|
32083208
will be retrieved.
@@ -3870,7 +3870,7 @@ The <dfn method for=IDBIndex>getAll(|query|, |count|)</dfn> method steps are:
38703870

38713871
<aside class=note>
38723872
The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}})
3873-
identifying the [=object-store/records=] to be retrieved. If null or not given,
3873+
identifying the [=object-store/record=] keys to be retrieved. If null or not given,
38743874
an [=unbounded key range=] is used. If |count| is specified and
38753875
there are more than |count| records in range, only the first |count|
38763876
will be retrieved.
@@ -5151,7 +5151,7 @@ To <dfn>commit a transaction</dfn> with the |transaction| to commit, run these s
51515151
<aside class=note>
51525152
Even if an exception is thrown from one of the event handlers of
51535153
this event, the transaction is still committed since writing the
5154-
database changes happens before the event takes places. Only
5154+
database changes happens before the event takes place. Only
51555155
after the transaction has been successfully written is the
51565156
{{IDBTransaction/complete!!event}} event fired.
51575157
</aside>

0 commit comments

Comments
 (0)