Skip to content

Commit 22a2f3c

Browse files
authored
docs: fix typo and formatting (#1062)
1 parent 62b666c commit 22a2f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/object_wrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static T* Napi::ObjectWrap::Unwrap(Napi::Object wrapper);
160160
* `[in] wrapper`: The JavaScript object that wraps the native instance.
161161

162162
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
163+
`Napi::Object`, this allows a method to get a pointer to the wrapped
164164
C++ object and then reference fields, call methods, etc. within that class.
165165
In many cases calling Unwrap is not required, as methods can
166166
use the `this` field for ObjectWrap when running in a method on a

0 commit comments

Comments
 (0)