Skip to content

Commit 30b2510

Browse files
committed
Update SQLiteAdapter.swift
Fixed a comment
1 parent 2ba9dc7 commit 30b2510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SQLiteAdapter/SQLiteAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ open class SQLite {
267267
log("successfully updated row(s), sql: \(sql)")
268268
}
269269

270-
/// Can be used to update one or several rows depending on the SQL statement
270+
/// Can be used to delete one or several rows depending on the SQL statement
271271
public func deleteRow(sql: String, valuesToBind: SQLValues? = nil) throws {
272272
try operation(sql: sql, valuesToBind: valuesToBind)
273273
log("successfully deleted row(s), sql: \(sql)")

0 commit comments

Comments
 (0)