Skip to content

Commit d970a11

Browse files
committed
typo
1 parent 210303f commit d970a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SQLiteTests/StatementTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class StatementTests: SQLiteTestCase {
5050
// insert single row
5151
try insertUsers("bob")
5252

53-
// prepare a statement and read a single row. This will incremeent the cursor which
53+
// prepare a statement and read a single row. This will increment the cursor which
5454
// prevents the implicit transaction from closing.
5555
// https://www.sqlite.org/lang_transaction.html#implicit_versus_explicit_transactions
5656
let statement = try db.prepare("SELECT email FROM users")

0 commit comments

Comments
 (0)