We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b540bfc + 2bf7156 commit 101b589Copy full SHA for 101b589
spec.md
@@ -447,9 +447,9 @@ Visibility MUST be declared on all constants.
447
448
The `var` keyword MUST NOT be used to declare a property.
449
450
-There MUST NOT be more than one property declared per statement.
+There MUST NOT be more than one property or constant declared per statement.
451
452
-Property names MUST NOT be prefixed with a single underscore to indicate
+Property or constant names MUST NOT be prefixed with a single underscore to indicate
453
protected or private visibility. That is, an underscore prefix explicitly has
454
no meaning.
455
0 commit comments