diff options
-rw-r--r-- | lib/core/typeinfo.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/core/typeinfo.nim b/lib/core/typeinfo.nim index f3f00f9f5..1b9b95c24 100644 --- a/lib/core/typeinfo.nim +++ b/lib/core/typeinfo.nim @@ -7,10 +7,11 @@ # distribution, for details about the copyright. # -## This module implements an interface to Nim's runtime type information. +## This module implements an interface to Nim's `runtime type information`:idx: +## (`RTTI`:idx:). ## Note that even though ``TAny`` and its operations hide the nasty low level ## details from its clients, it remains inherently unsafe! -## +## ## See the `marshal <marshal.html>`_ module for what this module allows you ## to do. |