From 890a0a07a6f92ab4c86388b0ab3a98f110e07b15 Mon Sep 17 00:00:00 2001 From: Rafiudeen Chozhan Kumarasamy <18123554+rafialhamd@users.noreply.github.com> Date: Wed, 25 Apr 2018 21:32:50 +0400 Subject: Update Enum Type definition. It's better to say that, Enums contain finite set of 'constant values', instead of finite set of 'values'. --- docs/structure-of-a-contract.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index d57f1703..7a6317eb 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -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). :: -- cgit v1.2.3