Skip to content

Commit 40e2361

Browse files
committed
Fix typos
1 parent 345740e commit 40e2361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/proxy/ctor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A `handlers` argument should be an `object` whose properties are functions (call
6969

7070
- `setPrototypeOf( target, prototype )`
7171

72-
- Trap for `Object.setPrototypeOf()`. The method must return a `boolean` indicating if prototype successfully set.
72+
- Trap for `Object.setPrototypeOf()`. The method must return a `boolean` indicating if the prototype was successfully set.
7373

7474
- `isExtensible( target )`
7575

@@ -79,7 +79,7 @@ A `handlers` argument should be an `object` whose properties are functions (call
7979

8080
- Trap for `Object.preventExtensions()`. The method must return a `boolean`.
8181

82-
- `getOwnPropertyDescriptor( target, property )``
82+
- `getOwnPropertyDescriptor( target, property )`
8383

8484
- Trap for `Object.getOwnPropertyDescriptor()`. The method must return an `object` or `undefined`.
8585

0 commit comments

Comments
 (0)