summaryrefslogtreecommitdiffhomepage
path: root/nim.html.markdown
diff options
context:
space:
mode:
authorJason J Ayala P <github@JasonAyala.com>2014-09-19 20:33:21 -0500
committerJason J Ayala P <github@JasonAyala.com>2014-09-19 20:33:21 -0500
commit86022f3f3fa9a17ae0902855f25578815b6be49d (patch)
tree37368317c70abf9c2ddef3d8065233e27452acb3 /nim.html.markdown
parent7c450ebc0c10aa7a696045131e41db8c09974dc8 (diff)
proof reading
Diffstat (limited to 'nim.html.markdown')
-rw-r--r--nim.html.markdown2
1 files changed, 1 insertions, 1 deletions
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