Skip to content

Commit 010dd91

Browse files
geeksilva97aduh95
authored andcommitted
src: fix typo in comments
PR-URL: #57868 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]>
1 parent 0ec912f commit 010dd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ void DatabaseSync::AggregateFunction(const FunctionCallbackInfo<Value>& args) {
13321332
return;
13331333
}
13341334

1335-
// Subract 1 because the first argument is the aggregate value.
1335+
// Subtract 1 because the first argument is the aggregate value.
13361336
argc = js_len.As<Int32>()->Value() - 1;
13371337
if (!inverseFunc.IsEmpty() &&
13381338
!inverseFunc->Get(env->context(), env->length_string())

0 commit comments

Comments
 (0)