Skip to content

Commit 119fadf

Browse files
authored
Merge pull request #1349 from paroche/patch-37
Update article.md
2 parents 7e9f902 + 5fd9963 commit 119fadf

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)