summary refs log tree commit diff stats
path: root/doc/tut2.rst
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2019-06-14 09:13:44 -0400
committerMiran <narimiran@disroot.org>2019-06-14 15:13:44 +0200
commitc6567146233f2a095a9b5645e711a2e9e847a74a (patch)
tree163562bc112c4c78ce206ff60f1cac07521b869b /doc/tut2.rst
parent57a83df7452dd715319d927602a0fb72a4cccfbd (diff)
downloadNim-c6567146233f2a095a9b5645e711a2e9e847a74a.tar.gz
[bugfix] Minor formatting fix in tut2 [ci skip] (#11501)
Monospace `untyped` like elsewhere in the tutorial.
Diffstat (limited to 'doc/tut2.rst')
-rw-r--r--doc/tut2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut2.rst b/doc/tut2.rst
index 44b76f5ac..d9a37f7ec 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"