From 5c545bee3940430e0b22dbd83af22e190430f5e7 Mon Sep 17 00:00:00 2001 From: Austin Morris Date: Mon, 20 Jun 2016 21:22:05 -0700 Subject: [PATCH] Fix a small typo in the manual --- doc/manual/procs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index 9ce92de0d7..dbd5932869 100644 --- a/doc/manual/procs.txt +++ b/doc/manual/procs.txt @@ -619,7 +619,7 @@ Note that ``system.finished`` is error prone to use because it only returns 3 0 -Instead this code has be used: +Instead this code has to be used: .. code-block:: nim var c = mycount # instantiate the iterator