Update article.md

Change "and" to "or". Goes better with "no".
This commit is contained in:
paroche 2019-09-15 22:12:19 -06:00 committed by GitHub
parent 646989dd47
commit 5fd9963507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
Descriptors for accessor properties are different -- as compared with data properties. Descriptors for accessor properties are different -- as compared with data properties.
For accessor properties, there is no `value` and `writable`, but instead there are `get` and `set` functions. For accessor properties, there is no `value` or `writable`, but instead there are `get` and `set` functions.
That is, an accessor descriptor may have: That is, an accessor descriptor may have: