summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-11-07 15:58:52 +0800
committerGitHub <noreply@github.com>2020-11-07 07:58:52 +0000
commit5828620d47b3100e30da280442946e02c5eca18d (patch)
tree0f396a3d010f49f15c3d7228bdc0dd71fa519d9c /doc
parent3c85aa9e53cbaae5fae83f9fd29de3bdb107c7aa (diff)
downloadNim-5828620d47b3100e30da280442946e02c5eca18d.tar.gz
uint and uint64 is Ordinal type since nim 1.0.0 (#15873)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 4e5b861b1..fa28582a7 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -883,9 +883,7 @@ Ordinal types have the following characteristics:
   than the largest value produces a panic or a static error.
 
 Integers, bool, characters, and enumeration types (and subranges of these
-types) belong to ordinal types. For reasons of simplicity of implementation
-the types ``uint`` and ``uint64`` are not ordinal types. (This will be changed
-in later versions of the language.)
+types) belong to ordinal types.
 
 A distinct type is an ordinal type if its base type is an ordinal type.