mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
change comment (#18913)
This commit is contained in:
@@ -160,7 +160,7 @@ when defined(nimHashOrdinalFixed):
|
||||
## as well as their subtypes. See also
|
||||
## `SomeOrdinal`.
|
||||
else:
|
||||
# bootstrap <= 0.20.0
|
||||
# bootstrap < 1.2.0
|
||||
type
|
||||
OrdinalImpl[T] {.magic: Ordinal.}
|
||||
Ordinal* = OrdinalImpl | uint | uint64
|
||||
|
||||
Reference in New Issue
Block a user