Skip to content

Commit 6913958

Browse files
committed
typo
1 parent e1aca1a commit 6913958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var conditionalDependencies: [Package.Dependency] = [
2525
traits: [
2626
.defaults,
2727
// CSQLite uses THREADSAFE=0 by default, which breaks PowerSync because we're using SQLite on
28-
// multiple threads (it can lead to race conditions when closing connecting sharing resources
28+
// multiple threads (it can lead to race conditions when closing connections sharing resources
2929
// like shared memory, causing crashes).
3030
// THREADSAFE=2 overrides the default, and is safe to use as long as a single SQLite connection
3131
// is not shared between threads.

0 commit comments

Comments
 (0)