From 86022f3f3fa9a17ae0902855f25578815b6be49d Mon Sep 17 00:00:00 2001 From: Jason J Ayala P Date: Fri, 19 Sep 2014 20:33:21 -0500 Subject: [PATCH] proof reading --- nim.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nim.html.markdown b/nim.html.markdown index 468e6442..06adba81 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -97,7 +97,7 @@ when compileBadCode: # More Types and Data Structures # -# Enumerations allow a type to be one of a limited number of values +# Enumerations allow a type to have one of a limited number of values type Color = enum cRed, cBlue, cGreen