We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dfc69 commit 48efa34Copy full SHA for 48efa34
core/src/commonMain/kotlin/com/powersync/PowerSyncDatabase.kt
@@ -145,8 +145,8 @@ public interface PowerSyncDatabase : Queries {
145
*
146
* Unlike [getNextCrudTransaction], which always returns the oldest transaction that hasn't
147
* 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.
+ * Calling [CrudTransaction.complete] will mark that and all prior transactions emitted by the
+ * flow as completed.
150
151
* This can be used to upload multiple transactions in a single batch, e.g with:
152
0 commit comments