mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 05:20:31 +00:00
Fixed typo (#5508)
This commit is contained in:
committed by
Andreas Rumpf
parent
ef59b1a8eb
commit
9fda97b058
@@ -393,7 +393,7 @@ Since counting up occurs so often in programs, Nim also has a `..
|
||||
for i in 1..10:
|
||||
...
|
||||
|
||||
Zero-indexed counting have two shortcuts ``..<`` and ``..^`` to simplify counting to one less then the higher index:
|
||||
Zero-indexed counting have two shortcuts ``..<`` and ``..^`` to simplify counting to one less than the higher index:
|
||||
|
||||
.. code-block:: nim
|
||||
for i in 0..<10:
|
||||
|
||||
Reference in New Issue
Block a user