mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[nim/en] Fix typo in comment
[nim/en] Fixed typo in comment by deleting extra apostrophe
This commit is contained in:
parent
c42db51e7c
commit
442f4a679c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user