diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-21 11:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 11:18:31 +0200 |
commit | ba285082bf9909e9bc21fa61e46cf4398d453102 (patch) | |
tree | 4b61ba93d3c5ad12c7260b614df4e11a910204de | |
parent | f5096076b2372659937ca86740038400e32ad241 (diff) | |
parent | 5c545bee3940430e0b22dbd83af22e190430f5e7 (diff) | |
download | Nim-ba285082bf9909e9bc21fa61e46cf4398d453102.tar.gz |
Merge pull request #4380 from AustinMorris/fix-manual-typo
Fix a small typo in the manual
-rw-r--r-- | doc/manual/procs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index 9ce92de0d..dbd593286 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 |