Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Normative: Public fields are configurable
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
littledan committed Aug 15, 2017
1 parent a1e7bdd commit c5ce9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ <h1>DefineField(_receiver_, _fieldRecord_)</h1>
1. Else,
1. NOTE: _fieldName_ is a property key.
1. Let _desc_ be PropertyDescriptor{
[[Configurable]]: *false*,
[[Configurable]]: *true*,
[[Enumerable]]: *true*,
[[Writable]]: *true*,
[[Value]]: _initValue_
Expand Down

0 comments on commit c5ce9a7

Please sign in to comment.