Skip to content

Commit

Permalink
docs: Fix typo in tut1.rst (#19309)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanXiao committed Jan 3, 2022
1 parent e49d52e commit bd4f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tut1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit bd4f76a

Please sign in to comment.