From 7a35e38d8778670fe0662f203e82638355db3bba Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 31 Oct 2018 15:05:17 -0700 Subject: Renamed (action %) -> (%'s meaning) --- examples/how_do_i.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/how_do_i.nom') 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 -- cgit v1.2.3