From a3f82a574f4f9a795b53c96b989f0aa7cec09295 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Mon, 28 Aug 2017 19:14:11 +0300 Subject: [PATCH] Fix typo (#6285) --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system.nim b/lib/system.nim index 419fa3c941..51967c7ea7 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