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