Update article.md (#1593)

Update article.md
This commit is contained in:
Alexey Pyltsyn 2019-11-07 13:40:39 +03:00 committed by GitHub
commit 5a1825c9ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,7 +593,7 @@ Other traps exist: the full list is in the beginning of this chapter. Their usag
`Reflect` is a built-in object that simplifies creation of `Proxy`.
It was said previously that internal methods, such as `[[Get]]`, `[[Set]]` and others are specifiction only, they can't be called directly.
It was said previously that internal methods, such as `[[Get]]`, `[[Set]]` and others are specification-only, they can't be called directly.
The `Reflect` object makes that somewhat possible. Its methods are minimal wrappers around the internal methods.