Skip to content

Commit 5724087

Browse files
CrellKorvinSzanto
andauthored
Soften requirements around omitting public.
Co-authored-by: Korvin Szanto <[email protected]>
1 parent b4b67f5 commit 5724087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ engine and language handles them. When present, they MUST be in the following or
665665
* Type declaration
666666
* Name
667667

668-
All keywords MUST be on a single line, and MUST be separated by a single space. All keywords MUST be all lower-case. When using a set-visibility on a public-read property, omitting the `public` keyword is RECOMMENDED but NOT REQUIRED.
668+
All keywords MUST be on a single line, and MUST be separated by a single space. All keywords MUST be all lower-case. The `public` keyword MAY be omitted when using a set-visibility on a public-read property.
669669

670670
The following is a correct example of modifier keyword usage:
671671

0 commit comments

Comments
 (0)