diff options
Diffstat (limited to 'lib/system.nim')
-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 |