We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b74b49 commit 4cd0f97Copy full SHA for 4cd0f97
src/node_util.cc
@@ -357,7 +357,7 @@ static void DefineLazyPropertiesGetter(
357
// This getter has no JavaScript function representation and is not
358
// invoked in the creation context.
359
// When this getter is invoked in a vm context, the `Realm::GetCurrent(info)`
360
- // returns a nullptr and. Retrieve the creation context via `this` object and
+ // returns a nullptr and retrieve the creation context via `this` object and
361
// get the creation Realm.
362
Local<Value> receiver_val = info.This();
363
if (!receiver_val->IsObject()) {
0 commit comments