summary refs log tree commit diff stats
path: root/lib/core
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-03-31 16:21:49 -0300
committerGitHub <noreply@github.com>2020-03-31 21:21:49 +0200
commitc6586322ba6c81d5f548db141b8f05205727d6f2 (patch)
tree7f592a1cda7117631c4e82a7a6ae5a8b8db65b42 /lib/core
parentc70b3952ff6fc181875c3ca1a28c6bba6617c1a8 (diff)
downloadNim-c6586322ba6c81d5f548db141b8f05205727d6f2.tar.gz
Fix a 'See XXX' on documentation, clean out (#13820)
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/macrocache.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/core/macrocache.nim b/lib/core/macrocache.nim
index bd48b5bd4..8fe1fa603 100644
--- a/lib/core/macrocache.nim
+++ b/lib/core/macrocache.nim
@@ -11,8 +11,7 @@
 ## time information across module boundaries in global variables.
 ## Starting with version 0.19 of Nim this is not directly supported anymore
 ## as it breaks incremental compilations.
-## Instead the API here needs to be used. See XXX (wikipedia page) for a
-## theoretical foundation behind this.
+## Instead the API here needs to be used.
 
 type
   CacheSeq* = distinct string