diff options
author | Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> | 2017-08-28 19:14:11 +0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-08-28 18:14:11 +0200 |
commit | a3f82a574f4f9a795b53c96b989f0aa7cec09295 (patch) | |
tree | 23aa3f7ae6023f7ae2a79aa16b4859c9faf0a274 | |
parent | 22684370b0eb5938bc7a4172dc968e4c557a02ee (diff) | |
download | Nim-a3f82a574f4f9a795b53c96b989f0aa7cec09295.tar.gz |
Fix typo (#6285)
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 419fa3c94..51967c7ea 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -269,7 +269,7 @@ type set*{.magic: "Set".}[T] ## Generic type to construct bit sets. UncheckedArray* {.unchecked.}[T] = array[0, T] - ## Array with no boudns checking + ## Array with no bounds checking when defined(nimArrIdx): # :array|openarray|string|seq|cstring|tuple |