diff options
Diffstat (limited to 'core/text.nom')
| -rw-r--r-- | core/text.nom | 2 |
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 |
