Open
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.