docs: Fix typo in tut1.rst (#19309)

This commit is contained in:
Nan Xiao
2022-01-03 17:30:26 +08:00
committed by GitHub
parent e49d52eb61
commit bd4f76a2e3

View File

@@ -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 =