File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Note: This is equivalent to the JavaScript instanceof operator.
142142``` cpp
143143void Napi::Object::DefineProperty (const Napi::PropertyDescriptor& property);
144144```
145- - `[in] property`: A [`Napi::PropertyDescriptor`](propertydescriptor .md).
145+ - `[in] property`: A [`Napi::PropertyDescriptor`](property_descriptor .md).
146146
147147Define a property on the object.
148148
@@ -151,7 +151,7 @@ Define a property on the object.
151151```cpp
152152void Napi::Object::DefineProperties (____ properties)
153153```
154- - ` [in] properties ` : A list of [ ` Napi::PropertyDescriptor ` ] ( propertydescriptor .md) . Can be one of the following types:
154+ - ` [in] properties ` : A list of [ ` Napi::PropertyDescriptor ` ] ( property_descriptor .md) . Can be one of the following types:
155155 - const std::initializer_list<Napi::PropertyDescriptor>&
156156 - const std::vector<Napi::PropertyDescriptor>&
157157
You can’t perform that action at this time.
0 commit comments