Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCh 7 - ES6 and Beyond, typo. #1039
Open
Labels
Comments
|
Thanks, good catch! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The contribution guidelines says not to worry about typo(s), but I'm not sure I can let a mis-spelled method name slide (:
In the proxies section, right after the first code example, where various traps are listed,
the explanation for
ownKeystrap says, that it's invoked forObject.getOwnSymbolProperties, but there's no such method.You probably meant
Object.getOwnPropertySymbolsCheers.