summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-09-28 12:45:25 +0800
committerGitHub <noreply@github.com>2021-09-28 06:45:25 +0200
commit5eb357f5a2db81d7027eaf5430cda74370e45a67 (patch)
tree9dbb12311de05c471466a624f3de7a482d673999
parent576fece90967ed2a6209c18ca839f30c751f4332 (diff)
downloadNim-5eb357f5a2db81d7027eaf5430cda74370e45a67.tar.gz
change comment (#18913)
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index a5356cb54..358aae938 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -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