From 16619b8e781a65db729b1ab801298ad530632f8d Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 6 Jul 2017 01:04:42 -0500 Subject: Fix for issue #6044. (#6056) --- doc/tut2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tut2.rst') diff --git a/doc/tut2.rst b/doc/tut2.rst index 985a7257f..f145528a1 100644 --- a/doc/tut2.rst +++ b/doc/tut2.rst @@ -206,7 +206,7 @@ for any type: echo "abc".len # is the same as echo len("abc") echo "abc".toUpper() - echo {'a', 'b', 'c'}.card + echo({'a', 'b', 'c'}.card) stdout.writeLine("Hallo") # the same as writeLine(stdout, "Hallo") (Another way to look at the method call syntax is that it provides the missing -- cgit 1.4.1-2-gfad0