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 210303f commit d970a11Copy full SHA for d970a11
Tests/SQLiteTests/StatementTests.swift
@@ -50,7 +50,7 @@ class StatementTests: SQLiteTestCase {
50
// insert single row
51
try insertUsers("bob")
52
53
- // prepare a statement and read a single row. This will incremeent the cursor which
+ // prepare a statement and read a single row. This will increment the cursor which
54
// prevents the implicit transaction from closing.
55
// https://www.sqlite.org/lang_transaction.html#implicit_versus_explicit_transactions
56
let statement = try db.prepare("SELECT email FROM users")
0 commit comments