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 62b666c commit 22a2f3cCopy full SHA for 22a2f3c
doc/object_wrap.md
@@ -160,7 +160,7 @@ static T* Napi::ObjectWrap::Unwrap(Napi::Object wrapper);
160
* `[in] wrapper`: The JavaScript object that wraps the native instance.
161
162
Returns a native instance wrapped in a JavaScript object. Given the
163
-Napi:Object, this allows a method to get a pointer to the wrapped
+`Napi::Object`, this allows a method to get a pointer to the wrapped
164
C++ object and then reference fields, call methods, etc. within that class.
165
In many cases calling Unwrap is not required, as methods can
166
use the `this` field for ObjectWrap when running in a method on a
0 commit comments