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 f631fda commit 659bc77Copy full SHA for 659bc77
packages/powersync_core/lib/src/database/powersync_db_mixin.dart
@@ -537,7 +537,7 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
537
/// method. Each entry emitted by the stream is a full transaction containing
538
/// all local writes made while that transaction was active.
539
///
540
- /// Unlike [getNextCrudTransaction], which awalys returns the oldest
+ /// Unlike [getNextCrudTransaction], which always returns the oldest
541
/// transaction that hasn't been [CrudTransaction.complete]d yet, this stream
542
/// can be used to receive multiple transactions. Calling
543
/// [CrudTransaction.complete] will mark that transaction and all prior
0 commit comments