Skip to content

Commit 19108b3

Browse files
authored
Update article.md
Wording change on intro to "Accessor descriptors".
1 parent 646989d commit 19108b3

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
@@ -102,7 +102,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
102102
103103
## Accessor descriptors
104104
105-
Descriptors for accessor properties are different -- as compared with data properties.
105+
Descriptors for accessor properties are different from those for data properties.
106106
107107
For accessor properties, there is no `value` and `writable`, but instead there are `get` and `set` functions.
108108

0 commit comments

Comments
 (0)