Skip to content

Commit 5fd9963

Browse files
authored
Update article.md
Change "and" to "or". Goes better with "no".
1 parent 646989d commit 5fd9963

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-properties/02-property-accessors

1 file changed

+1
-1
lines changed

1-js/07-object-properties/02-property-accessors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
104104
105105
Descriptors for accessor properties are different -- as compared with data properties.
106106
107-
For accessor properties, there is no `value` and `writable`, but instead there are `get` and `set` functions.
107+
For accessor properties, there is no `value` or `writable`, but instead there are `get` and `set` functions.
108108
109109
That is, an accessor descriptor may have:
110110

0 commit comments

Comments
 (0)