summary refs log tree commit diff stats
path: root/lib/core
diff options
context:
space:
mode:
authorkonsumlamm <44230978+konsumlamm@users.noreply.github.com>2021-04-08 20:29:11 +0200
committerGitHub <noreply@github.com>2021-04-08 20:29:11 +0200
commit6ec55ebf48d2b3889cd1391fdd630e65a01c0c91 (patch)
tree653184a0c78ca55fa6a73483fc2ae51dc180b75c /lib/core
parent9f0f4775524d6167655e089a864cd9fdbd10c806 (diff)
downloadNim-6ec55ebf48d2b3889cd1391fdd630e65a01c0c91.tar.gz
Fix rst typo (#17671)
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/typeinfo.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/typeinfo.nim b/lib/core/typeinfo.nim
index 196ac8fe1..08d567351 100644
--- a/lib/core/typeinfo.nim
+++ b/lib/core/typeinfo.nim
@@ -11,7 +11,7 @@
 ## (`RTTI`:idx:). See the `marshal <marshal.html>`_ module for an example of
 ## what this allows you to do.
 ##
-## ..note:: Even though `Any` and its operations hide the nasty low level
+## .. note:: Even though `Any` and its operations hide the nasty low level
 ##   details from its users, it remains inherently unsafe! Also, Nim's
 ##   runtime type information will evolve and may eventually be deprecated.
 ##   As an alternative approach to programmatically understanding and