summary refs log tree commit diff stats
path: root/doc/manual/modules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/modules.txt')
-rw-r--r--doc/manual/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/modules.txt b/doc/manual/modules.txt
index ac47d89dd..9cb6a11af 100644
--- a/doc/manual/modules.txt
+++ b/doc/manual/modules.txt
@@ -144,7 +144,7 @@ modules don't need to import a module's dependencies:
 
   # B.MyObject has been imported implicitly here:
   var x: MyObject
-  echo($x)
+  echo $x
 
 Note on paths
 -----------