summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authordemotomohiro <gpuppur@gmail.com>2018-09-28 00:13:58 +0900
committerdemotomohiro <gpuppur@gmail.com>2018-09-28 00:13:58 +0900
commitc0d378c0aa220d4cda29f3990f616eca3685912a (patch)
treebb292c7550a8dcdc8b56b578f8648f5a0c514d4e /doc
parent72e15ff739cc73fbf6e3090756d3f9cb3d5af2fa (diff)
downloadNim-c0d378c0aa220d4cda29f3990f616eca3685912a.tar.gz
manual: fix typo in 'Pre-defined integer types'
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 6afc10473..e5944fc8c 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -724,7 +724,7 @@ intXX
   suffix ``'u`` is of this type.
 
 uintXX
-  additional signed integer types of XX bits use this naming scheme
+  additional unsigned integer types of XX bits use this naming scheme
   (example: uint16 is a 16 bit wide unsigned integer).
   The current implementation supports ``uint8``, ``uint16``, ``uint32``,
   ``uint64``. Literals of these types have the suffix 'uXX.