Skip to content

Commit 659bc77

Browse files
simolus3rkistner
andcommitted
Update packages/powersync_core/lib/src/database/powersync_db_mixin.dart
Co-authored-by: Ralf Kistner <[email protected]>
1 parent f631fda commit 659bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
537537
/// method. Each entry emitted by the stream is a full transaction containing
538538
/// all local writes made while that transaction was active.
539539
///
540-
/// Unlike [getNextCrudTransaction], which awalys returns the oldest
540+
/// Unlike [getNextCrudTransaction], which always returns the oldest
541541
/// transaction that hasn't been [CrudTransaction.complete]d yet, this stream
542542
/// can be used to receive multiple transactions. Calling
543543
/// [CrudTransaction.complete] will mark that transaction and all prior

0 commit comments

Comments
 (0)