[bugfix] Minor formatting fix in tut2 [ci skip] (#11501)

Monospace `untyped` like elsewhere in the tutorial.

(cherry picked from commit c656714623)
This commit is contained in:
Kaushal Modi
2019-06-14 09:13:44 -04:00
committed by narimiran
parent 63116d94ae
commit b68ee27dd5

View File

@@ -605,7 +605,7 @@ performed before the expression is passed to the template.
If the template has no explicit return type,
``void`` is used for consistency with procs and methods.
To pass a block of statements to a template, use 'untyped' for the last parameter:
To pass a block of statements to a template, use ``untyped`` for the last parameter:
.. code-block:: nim
:test: "nim c $1"