diff options
author | taivlam <47955724+taivlam@users.noreply.github.com> | 2022-01-16 02:47:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 02:47:26 +0000 |
commit | 442f4a679cb2ba653725ee894bcbf2eb94cae1fb (patch) | |
tree | 80ee497000ad6fac01be14f845aaf42f733f2518 /nim.html.markdown | |
parent | c42db51e7c9a5111e702622b1ea0941cd20b5238 (diff) |
[nim/en] Fix typo in comment
[nim/en] Fixed typo in comment by deleting extra apostrophe
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 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 |