File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/proxy/ctor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments