aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme
diff options
context:
space:
mode:
authorEduardo Julian2022-06-13 01:55:22 -0400
committerEduardo Julian2022-06-13 01:55:22 -0400
commit289f9de576a7980184339f380d5000f7d71f6d7e (patch)
treee0ac1c14a496d6bf3139e1e3b600dde73decf208 /lux-scheme
parent32e730e93f0a88cc537622c854a48eb229419893 (diff)
New "format" hierarchy.
Diffstat (limited to 'lux-scheme')
-rw-r--r--lux-scheme/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux
index ee61f9d45..b70e6f17c 100644
--- a/lux-scheme/source/program.lux
+++ b/lux-scheme/source/program.lux
@@ -15,7 +15,7 @@
["[0]" promise (.only Promise)]]]
[data
["[0]" text (.open: "[1]#[0]" hash)
- ["%" format (.only format)]
+ ["%" \\format (.only format)]
["[0]" encoding]]
[collection
["[0]" array (.only Array)]]]