Merge pull request #3994 from rafialhamd/rafialhamd-documentation

Update Enum Type definition.
This commit is contained in:
chriseth 2018-04-26 10:20:09 +02:00 committed by GitHub
commit ef2111a2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
::