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
+1 -1
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).
::