From eb6f26dd6a103e5c0eaf7c21c3c66881e8e24700 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sat, 23 May 2015 19:32:47 +0300 Subject: Fix typo in tutorial --- doc/tut1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tut1.txt b/doc/tut1.txt index cf27ac788..1fa495054 100644 --- a/doc/tut1.txt +++ b/doc/tut1.txt @@ -1303,7 +1303,7 @@ type conversions in this context: myWriteln(stdout, 123, "abc", 4.0) # is transformed by the compiler to: - myWriteln(stdout, [$123, $"def", $4.0]) + myWriteln(stdout, [$123, $"abc", $4.0]) In this example `$ `_ is applied to any argument that is passed to the parameter ``a``. Note that `$ `_ applied to strings is a -- cgit 1.4.1-2-gfad0