diff --git a/doc/tut2.rst b/doc/tut2.rst index 44b76f5ac9..d9a37f7ecd 100644 --- a/doc/tut2.rst +++ b/doc/tut2.rst @@ -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"