Skip to content

Commit 48efa34

Browse files
committed
Clarify docs
1 parent 04dfc69 commit 48efa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/commonMain/kotlin/com/powersync/PowerSyncDatabase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ public interface PowerSyncDatabase : Queries {
145145
*
146146
* Unlike [getNextCrudTransaction], which always returns the oldest transaction that hasn't
147147
* been [CrudTransaction.complete]d yet, this flow can be used to collect multiple transactions.
148-
* Calling [CrudTransaction.complete] will mark _all_ transactions emitted by the flow until
149-
* that point as completed.
148+
* Calling [CrudTransaction.complete] will mark that and all prior transactions emitted by the
149+
* flow as completed.
150150
*
151151
* This can be used to upload multiple transactions in a single batch, e.g with:
152152
*

0 commit comments

Comments
 (0)