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.
1 parent 89e62a9 commit 6c97913Copy full SHA for 6c97913
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