Skip to content

Commit ae97a85

Browse files
author
wendy@lastlookeditorial.com
committed
Edited ch06.asciidoc with Atlas code editor
1 parent 20f8ffe commit ae97a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ch06.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ Note that arrow functions can't be used as constructors, and thus we can't use t
916916

917917
==== getPrototypeOf Trap
918918

919-
We can ((("getPrototypeOf trap", id="gptot6")))((("traps", "getPrototypeOf", id="t6gpto")))((("proxies", "getPrototypeOf trap", id="prox6gptot")))use the `handler.getPrototypeOf` method as a trap for all of the following operations:
919+
We can ((("getPrototypeOf trap", id="gptot6")))((("traps", "getPrototypeOf trap", id="t6gpto")))((("proxies", "getPrototypeOf trap", id="prox6gptot")))use the `handler.getPrototypeOf` method as a trap for all of the following operations:
920920

921921
- `Object#__proto__` property
922922
- `Object#isPrototypeOf` method

0 commit comments

Comments
 (0)