From 157d48bc3208720af98ac5ed60a08494ddc5e328 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 7 Nov 2017 15:52:28 +0100 Subject: make 'nim doc2 system.nim' work again --- lib/system.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/system.nim b/lib/system.nim index 4587daf07..00dd00bc0 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -2016,14 +2016,14 @@ when defined(nimNewRoof): inc(res) iterator `..`*(a, b: int64): int64 {.inline.} = - ## A special version of `..`` for ``int64`` only. + ## A special version of ``..`` for ``int64`` only. var res = a while res <= b: yield res inc(res) iterator `..`*(a, b: int32): int32 {.inline.} = - ## A special version of `..`` for ``int32`` only. + ## A special version of ``..`` for ``int32`` only. var res = a while res <= b: yield res -- cgit 1.4.1-2-gfad0