diff --git a/doc/tut1.rst b/doc/tut1.rst index 2a7f77ed4894..8e1da35869eb 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -645,7 +645,7 @@ is possible, and actually an idiom: :test: "nim c $1" proc printSeq(s: seq, nprinted: int = -1) = var nprinted = if nprinted == -1: s.len else: min(nprinted, s.len) - for i in 0 ..