mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
Fix a small typo in the manual
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user