aboutsummaryrefslogtreecommitdiff
path: root/core/text.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/text.nom')
-rw-r--r--core/text.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text.nom b/core/text.nom
index 71e1ce1..835ef87 100644
--- a/core/text.nom
+++ b/core/text.nom
@@ -5,7 +5,7 @@
use "core/metaprogramming.nom"
# Text functions
-action [%texts joined with %glue]:
+action [%texts joined with %glue]
lua> ".."
local text_bits = {}
for i,bit in ipairs(\%texts) do text_bits[i] = stringify(bit) end