diff options
author | Jason J Ayala P <github@JasonAyala.com> | 2014-09-19 20:33:21 -0500 |
---|---|---|
committer | Jason J Ayala P <github@JasonAyala.com> | 2014-09-19 20:33:21 -0500 |
commit | 86022f3f3fa9a17ae0902855f25578815b6be49d (patch) | |
tree | 37368317c70abf9c2ddef3d8065233e27452acb3 | |
parent | 7c450ebc0c10aa7a696045131e41db8c09974dc8 (diff) |
proof reading
-rw-r--r-- | nim.html.markdown | 2 |
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 |