File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public struct SQLite {
167167
168168 /// Represents a row returned by called step() on a prepared statement.
169169 public struct Row {
170- /// The pointer to the prepared statment .
170+ /// The pointer to the prepared statement .
171171 let stmt : OpaquePointer
172172
173173 /// Get integer at the given column index.
@@ -199,7 +199,7 @@ public struct SQLite {
199199 static let SQLITE_STATIC = unsafeBitCast ( 0 , to: sqlite3_destructor_type. self)
200200 static let SQLITE_TRANSIENT = unsafeBitCast ( - 1 , to: sqlite3_destructor_type. self)
201201
202- /// The pointer to the prepared statment .
202+ /// The pointer to the prepared statement .
203203 let stmt : OpaquePointer
204204
205205 public init ( db: OpaquePointer , query: String ) throws {
You can’t perform that action at this time.
0 commit comments