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.
142
142
``` cpp
143
143
void Napi::Object::DefineProperty (const Napi::PropertyDescriptor& property);
144
144
```
145
- - `[in] property`: A [`Napi::PropertyDescriptor`](propertydescriptor .md).
145
+ - `[in] property`: A [`Napi::PropertyDescriptor`](property_descriptor .md).
146
146
147
147
Define a property on the object.
148
148
@@ -151,7 +151,7 @@ Define a property on the object.
151
151
```cpp
152
152
void Napi::Object::DefineProperties (____ properties)
153
153
```
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:
155
155
- const std::initializer_list<Napi::PropertyDescriptor>&
156
156
- const std::vector<Napi::PropertyDescriptor>&
157
157
You can’t perform that action at this time.
0 commit comments