summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/pure/unicode.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/unicode.nim b/lib/pure/unicode.nim
index 65509b2b2..2d54aaf31 100644
--- a/lib/pure/unicode.nim
+++ b/lib/pure/unicode.nim
@@ -28,6 +28,7 @@ type
     ## Type that can hold a single Unicode code point.
     ##
     ## A Rune may be composed with other Runes to a character on the screen.
+    ## `RuneImpl` is the underlying type used to store Runes, currently `int32`.
 
 template ones(n: untyped): untyped = ((1 shl n)-1)