1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Doc typo fix. No code changes.

FossilOrigin-Name: e841b142f583e49350c7cdd14dc4da72434cc67c7b521ae741e03e37e785d7e0
This commit is contained in:
stephan
2023-05-10 21:08:01 +00:00
parent 161f742856
commit 0c7bcf4c0e
3 changed files with 8 additions and 12 deletions

View File

@ -1844,8 +1844,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
Object.defineProperty(DB.prototype, 'pointer', prop);
}
/**
A Stmt's columntCount property is an interceptor for
sqlite3_column_count().
Stmt.columnCount is an interceptor for sqlite3_column_count().
This requires an unfortunate performance hit compared to caching
columnCount when the Stmt is created/prepared (as was done in