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 7394bfd commit 6cff890Copy full SHA for 6cff890
doc/object_lifetime_management.md
@@ -35,7 +35,7 @@ with each of the values, one at a time:
35
for (int i = 0; i < LOOP_MAX; i++) {
36
std::string name = std::string("inner-scope") + std::to_string(i);
37
Value newValue = String::New(info.Env(), name.c_str());
38
- // do something with neValue
+ // do something with newValue
39
};
40
```
41
0 commit comments