mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
docs: Fix typo in tut1.rst (#19309)
This commit is contained in:
@@ -913,7 +913,7 @@ Let's return to the simple counting example:
|
||||
echo i
|
||||
|
||||
Can a `countup <system.html#countup.i,T,T,Positive>`_ proc be written that
|
||||
supports this loop? Lets try:
|
||||
supports this loop? Let's try:
|
||||
|
||||
.. code-block:: nim
|
||||
proc countup(a, b: int): int =
|
||||
|
||||
Reference in New Issue
Block a user