Skip to content

Commit 1b1905c

Browse files
committed
Fix typo.
1 parent 41642b2 commit 1b1905c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NodeSqliteHeaven.prototype.typeof = SqliteHeaven.typeof
3232

3333
// NOTE: Node.js SQLite returned rows are not inheriting from Object.prototype.
3434
NodeSqliteHeaven.prototype._create = function(attrs) {
35-
// Note v22.5 launched with SQLite v3.46.
35+
// Node v22.5 launched with SQLite v3.46.
3636
return insertAllWithMaxVariables(
3737
MAX_VARIABLE_NUMBER,
3838
this.table,

0 commit comments

Comments
 (0)