diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-13 22:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 22:14:14 +0200 |
commit | 7b055600a804135fba90950f6566a5a9d86577a3 (patch) | |
tree | 3ebcd73cd916620a5e9994e6cc561e22be43c35e /nim.html.markdown | |
parent | c885544fefaf57f835a4338f0d51ef79ca512399 (diff) | |
parent | a667cf999793aef05e509c85effcfd2453f9a66a (diff) |
Merge pull request #4302 from taivlam/master
[nim and rst/en] Fix typo in comment
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 |