Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objectwrap and ClassPropertyDescriptor documentation #321

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: fix typos
  • Loading branch information
mhdawson authored Sep 18, 2018
commit eafa7a3ed5d447027913b766ae0fa47db6d7b2f4
4 changes: 2 additions & 2 deletions doc/object_wrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ property.
- `[in] attributes`: The attributes to be associated with the property in addition
to the napi_static attribute. One or more of `napi_property_attributes`.

Returns `Napi::PropertyDescriptor` object that represents an Static Value
Returns `Napi::PropertyDescriptor` object that represents an static value
property of a JavaScript class

### InstanceValue
Expand All @@ -409,5 +409,5 @@ static Napi::PropertyDescriptor Napi::ObjectWrap::InstanceValue(const char* utf8
- `[in] attributes`: The attributes to be associated with the property.
One or more of `napi_property_attributes`.

Returns `Napi::PropertyDescriptor` object that represents an Instance value
Returns `Napi::PropertyDescriptor` object that represents an instance value
property of a JavaScript class.