mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Enum Type definition.
It's better to say that, Enums contain finite set of 'constant values', instead of finite set of 'values'.
This commit is contained in:
parent
258ae8927e
commit
890a0a07a6
@ -129,7 +129,7 @@ Structs are custom defined types that can group several variables (see
|
||||
Enum Types
|
||||
==========
|
||||
|
||||
Enums can be used to create custom types with a finite set of values (see
|
||||
Enums can be used to create custom types with a finite set of 'constant values' (see
|
||||
:ref:`enums` in types section).
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user