We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 623e876 + 6c97913 commit 2c3d5dfCopy full SHA for 2c3d5df
doc/object_lifetime_management.md
@@ -69,7 +69,7 @@ for (int i = 0; i < LOOP_MAX; i++) {
69
Napi::HandleScope scope(info.Env());
70
std::string name = std::string("inner-scope") + std::to_string(i);
71
Napi::Value newValue = Napi::String::New(info.Env(), name.c_str());
72
- // do something with neValue
+ // do something with newValue
73
};
74
```
75
0 commit comments