Skip to content

Commit 466906d

Browse files
committed
typo
1 parent 18a38be commit 466906d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/update_hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fn check_previous(desc: &'static str, expected: &Arc<DatabaseState>, previous: *
163163
"Previous call to {desc} hook outside of PowerSync: Expected {expected:p}, installed was {previous:p}",
164164
);
165165
if !previous.is_null() {
166-
// The hook callback own an Arc<DatabaseState> that needs to be dropped now.
166+
// The hook callbacks own an Arc<DatabaseState> that needs to be dropped now.
167167
unsafe {
168168
Arc::decrement_strong_count(previous);
169169
}

0 commit comments

Comments
 (0)