mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3994 from rafialhamd/rafialhamd-documentation
Update Enum Type definition.
This commit is contained in:
commit
ef2111a2fe
@ -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