We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2418c86 commit 5f0b343Copy full SHA for 5f0b343
doc/api/n-api.md
@@ -3146,11 +3146,8 @@ required in order to enable correct proper of the reference.
3146
Afterward, additional manipulation of the wrapper's prototype chain may cause
3147
`napi_unwrap()` to fail.
3148
3149
-*Note*: Calling `napi_wrap()` a second time on an object that already has a
3150
-native instance associated with it by virtue of a previous call to
3151
-`napi_wrap()` will cause an error to be returned. If you wish to associate
3152
-another native instance with the given object, call `napi_remove_wrap()` on it
3153
-first.
+Calling napi_wrap() a second time on an object will return an error. To associate
+another native instance with the object, use napi_remove_wrap() first.
3154
3155
### napi_unwrap
3156
<!-- YAML
0 commit comments