diff options
Diffstat (limited to 'nim.html.markdown')
-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 |