Skip to content

Commit 6cff890

Browse files
rivertammhdawson
authored andcommitted
doc: Fix typo in docs
PR-URL: #284 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Nicola Del Gobbo <[email protected]>
1 parent 7394bfd commit 6cff890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/object_lifetime_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with each of the values, one at a time:
3535
for (int i = 0; i < LOOP_MAX; i++) {
3636
std::string name = std::string("inner-scope") + std::to_string(i);
3737
Value newValue = String::New(info.Env(), name.c_str());
38-
// do something with neValue
38+
// do something with newValue
3939
};
4040
```
4141

0 commit comments

Comments
 (0)