mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 10:54:42 +00:00
Fix typo (#6285)
This commit is contained in:
committed by
Andreas Rumpf
parent
22684370b0
commit
a3f82a574f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user