summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 228e15bbe..4faea91f1 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -30,7 +30,7 @@ type
 # 'float64' is now an alias to 'float'; this solves many problems
 
 type
-  char* {.magic: Char.}         ## Built-in 8 bit character type.
+  char* {.magic: Char.}         ## Built-in 8 bit character type (unsigned).
   string* {.magic: String.}     ## Built-in string type.
   cstring* {.magic: Cstring.}   ## Built-in cstring (*compatible string*) type.
   pointer* {.magic: Pointer.}   ## Built-in pointer type, use the `addr`