summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-11 20:50:08 +0100
committerAraq <rumpf_a@web.de>2014-12-11 20:50:08 +0100
commit911001991f50bcc77f910747bfbe1c1ff193b594 (patch)
treed5b91e23674f192d21d7f141e7156d740446ef05
parent393be493136d8323d0335bf8c45b0f90a5e9742c (diff)
downloadNim-911001991f50bcc77f910747bfbe1c1ff193b594.tar.gz
more index terms
-rw-r--r--lib/core/typeinfo.nim5
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.