Skip to content

Commit 227f2cb

Browse files
geeksilva97RafaelGSS
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 878dc93 commit 227f2cb

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
@@ -1295,7 +1295,7 @@ void DatabaseSync::AggregateFunction(const FunctionCallbackInfo<Value>& args) {
12951295
return;
12961296
}
12971297

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

0 commit comments

Comments
 (0)