Skip to content

Commit 2d72e64

Browse files
committed
typo
1 parent eeb4ad8 commit 2d72e64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/client/sync/stream/AbstractStreamingSyncImplementation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ The next upload iteration will be delayed.`);
614614
}
615615

616616
markConnectionMayHaveChanged() {
617-
// By setting this field, we'll immediately retry if the next sync connection causes an error triggered by us not
618-
// having an active sync iteration on the connection in use.
617+
// By setting this field, we'll immediately retry if the next sync event causes an error triggered by us not having
618+
// an active sync iteration on the connection in use.
619619
this.connectionMayHaveChanged = true;
620620

621621
// This triggers a `powersync_control` invocation if a sync iteration is currently active. This is a cheap call to

0 commit comments

Comments
 (0)