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:
Rafiudeen Chozhan Kumarasamy 2018-04-25 21:32:50 +04:00 committed by GitHub
parent 258ae8927e
commit 890a0a07a6
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).
::