chore: fix typos in comments (#29362)

This commit is contained in:
David Sanders
2021-05-27 11:48:03 -07:00
committed by GitHub
parent 9fcdb06272
commit 77ecc7d432
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ void NodeStreamLoader::On(const char* event, EventCallback callback) {
handlers_[event].Reset(isolate_, args[1]);
node::MakeCallback(isolate_, emitter_.Get(isolate_), "on",
node::arraysize(args), args, {0, 0});
// No more code bellow, as this class may destruct when subscribing.
// No more code below, as this class may destruct when subscribing.
}
} // namespace electron