Skip to content

Commit 49b9572

Browse files
committed
Clarify docs
1 parent 06b74ad commit 49b9572

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
644644
*
645645
* Unlike {@link getNextCrudTransaction}, which always returns the oldest transaction that hasn't been
646646
* {@link CrudTransaction.complete}d yet, this iterator can be used to receive multiple transactions. Calling
647-
* {@link CrudTransaction.complete} will mark _all_ transactions emitted by the iterator until that point as
648-
* completed.
647+
* {@link CrudTransaction.complete} will mark that and all prior transactions emitted by the iterator as completed.
649648
*
650649
* This can be used to upload multiple transactions in a single batch, e.g with:
651650
*

0 commit comments

Comments
 (0)