@@ -107,19 +107,19 @@ So users must ensure that C ressources (database connections, prepared statement
Therefore, sqlite3_close/sqlite3_next_stmt are used by Conn#Close to free the database connection and all dangling statements (not sqlite3_close_v2) (see http://sqlite.org/c3ref/close.html).