-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Labels
Language CleanupImprovements to existing language which is correct but not clear, or missing examples, or the like.Improvements to existing language which is correct but not clear, or missing examples, or the like.
Description
Enumerations
"An enum where no constructors contain fields are called a field-less enum."
- grammar: are called may be changed to is called.
- possibly misleading:
"where no constructors" . The plural 'constructors' suggests that more than one constructor is allowed.
My idea:
If an enum constructor contains no fields, the enum is called a field-less enum.
ahmed-mohamed-eng and dkorzhevin
Metadata
Metadata
Assignees
Labels
Language CleanupImprovements to existing language which is correct but not clear, or missing examples, or the like.Improvements to existing language which is correct but not clear, or missing examples, or the like.