Skip to content

Commit 72b1975

Browse files
okuryumhdawson
authored andcommitted
doc: fix links to the Property Descriptor docs
PR-URL: #458 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: NickNaso <[email protected]>
1 parent fcfc612 commit 72b1975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/object.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note: This is equivalent to the JavaScript instanceof operator.
142142
```cpp
143143
void 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
147147
Define a property on the object.
148148
@@ -151,7 +151,7 @@ Define a property on the object.
151151
```cpp
152152
void 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

0 commit comments

Comments
 (0)