mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 12:37:46 +00:00
Merge pull request #4380 from AustinMorris/fix-manual-typo
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