[nim/en] Fix typo in comment

[nim/en] Fixed typo in comment by deleting extra apostrophe
This commit is contained in:
taivlam 2022-01-16 02:47:26 +00:00 committed by GitHub
parent c42db51e7c
commit 442f4a679c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ when compileBadCode:
# Arrays # Arrays
type 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. DirNames = array[Direction, string] # indexed by any ordinal type.
Truths = array[42..44, bool] Truths = array[42..44, bool]
var var