aboutsummaryrefslogtreecommitdiff
path: root/examples/how_do_i.nom
diff options
context:
space:
mode:
Diffstat (limited to 'examples/how_do_i.nom')
-rw-r--r--examples/how_do_i.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom
index e8e838b..ec75596 100644
--- a/examples/how_do_i.nom
+++ b/examples/how_do_i.nom
@@ -247,7 +247,7 @@ say both (my favorite number) and also "foo"
# Macros:
# The "lua> %" and "=lua %" macros can be used to write raw lua code:
-(say the time) means (..)
+(say the time) means:
lua> "io.write(\"The OS time is: \", os.time(), \"\\n\");"
say the time