Skip to content

Commit 4745f44

Browse files
authored
Merge pull request #1348 from paroche/patch-31
Update article.md
2 parents 119fadf + 19108b3 commit 4745f44

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

+1-1
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` or `writable`, but instead there are `get` and `set` functions.
108108

0 commit comments

Comments
 (0)