diff --git a/nim.html.markdown b/nim.html.markdown
index 9730e579..b10bd75a 100644
--- a/nim.html.markdown
+++ b/nim.html.markdown
@@ -142,7 +142,7 @@ when compileBadCode:
# Arrays
type
- RollCounter = array[DieFaces, int] # Array's are fixed length and
+ RollCounter = array[DieFaces, int] # Arrays are fixed length and
DirNames = array[Direction, string] # indexed by any ordinal type.
Truths = array[42..44, bool]
var