Skip to content

Commit 3ff760c

Browse files
committed
Clarify docs
1 parent 1e5b8bd commit 3ff760c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync_core/lib/src/database/powersync_db_mixin.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
540540
/// Unlike [getNextCrudTransaction], which awalys returns the oldest
541541
/// transaction that hasn't been [CrudTransaction.complete]d yet, this stream
542542
/// can be used to receive multiple transactions. Calling
543-
/// [CrudTransaction.complete] will mark _all_ transactions emitted by the
544-
/// stream until that point as completed.
543+
/// [CrudTransaction.complete] will mark that transaction and all prior
544+
/// transactions emitted by the stream as completed.
545545
///
546546
/// This can be used to upload multiple transactions in a single batch, e.g.
547547
/// with:

0 commit comments

Comments
 (0)