From f433d9cccf1a05da1a24e9fed9b914b7a2a35945 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:06:32 +0800 Subject: [PATCH] clarify that `char` may not be unsigned (#20308) --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system.nim b/lib/system.nim index 4faea91f18..228e15bbee 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 (unsigned). + char* {.magic: Char.} ## Built-in 8 bit character type. 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`