We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646989d commit 19108b3Copy full SHA for 19108b3
1-js/07-object-properties/02-property-accessors/article.md
@@ -102,7 +102,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
102
103
## Accessor descriptors
104
105
-Descriptors for accessor properties are different -- as compared with data properties.
+Descriptors for accessor properties are different from those for data properties.
106
107
For accessor properties, there is no `value` and `writable`, but instead there are `get` and `set` functions.
108
0 commit comments