Skip to content

Commit 101b589

Browse files
authored
Merge pull request #72 from samdark/properties-and-constants
Expand Properties and Constants on constants where it makes sense
2 parents b540bfc + 2bf7156 commit 101b589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ Visibility MUST be declared on all constants.
447447

448448
The `var` keyword MUST NOT be used to declare a property.
449449

450-
There MUST NOT be more than one property declared per statement.
450+
There MUST NOT be more than one property or constant declared per statement.
451451

452-
Property names MUST NOT be prefixed with a single underscore to indicate
452+
Property or constant names MUST NOT be prefixed with a single underscore to indicate
453453
protected or private visibility. That is, an underscore prefix explicitly has
454454
no meaning.
455455

0 commit comments

Comments
 (0)