diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 38e951d..f0231cd 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -562,7 +562,7 @@ we used "Tuukka" as parameter): .. code-block:: clj - (print "Hello there," Tuukka) + (print "Hello there," "Tuukka") We can also manipulate code with macros: