From 95cfff8c37a23207575cafc09e7a3b91835666db Mon Sep 17 00:00:00 2001 From: Johan Zietsman Date: Tue, 30 Oct 2018 14:06:37 +0200 Subject: [PATCH] Update enums.rst --- docs/types/enums.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/enums.rst b/docs/types/enums.rst index 6e730628..4e019ee7 100644 --- a/docs/types/enums.rst +++ b/docs/types/enums.rst @@ -1,7 +1,7 @@ Enums ===== -A ``Enum`` is a special ``GraphQL`` type that represents a set of +An ``Enum`` is a special ``GraphQL`` type that represents a set of symbolic names (members) bound to unique, constant values. Definition