diff options
Diffstat (limited to '')
-rw-r--r-- | lux-r/source/program.lux | 2 | ||||
-rw-r--r-- | lux-ruby/source/program.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux index 2d4079f48..4a85f2c0c 100644 --- a/lux-r/source/program.lux +++ b/lux-r/source/program.lux @@ -17,7 +17,7 @@ ["<[0]>" code]]] [data ["[0]" text (.open: "[1]#[0]" hash) - ["%" format (.only format)] + ["%" \\format (.only format)] [encoding ["[0]" utf8]]] [collection diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 128e5d720..68daa7bb9 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -17,7 +17,7 @@ ["[0]" async (.only Async)]]] [data ["[0]" text (.open: "[1]#[0]" hash) - ["%" format (.only format)] + ["%" \\format (.only format)] [encoding ["[0]" utf8]]] [collection |