diff options
-rw-r--r-- | doc/manual.rst | 2 |
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. |