From c6586322ba6c81d5f548db141b8f05205727d6f2 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 31 Mar 2020 16:21:49 -0300 Subject: [PATCH] Fix a 'See XXX' on documentation, clean out (#13820) --- lib/core/macrocache.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/macrocache.nim b/lib/core/macrocache.nim index bd48b5bd46..8fe1fa603f 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