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 beccf21 commit 31504c8Copy full SHA for 31504c8
doc/object_wrap.md
@@ -137,7 +137,7 @@ static T* Napi::ObjectWrap::Unwrap(Napi::Object wrapper);
137
138
* `[in] wrapper`: The JavaScript object that wraps the native instance.
139
140
-Returns a native instace wrapped in a JavaScript object. Given the
+Returns a native instance wrapped in a JavaScript object. Given the
141
Napi:Object, this allows a method to get a pointer to the wrapped
142
C++ object and then reference fields, call methods, etc. within that class.
143
In many cases calling Unwrap is not required, as methods can
0 commit comments