diff options
Diffstat (limited to 'lux-php')
-rw-r--r-- | lux-php/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index a1c6db4b7..e9041321e 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -1,4 +1,4 @@ -(.using +(.require [lux (.except) [program (.only program:)] ["[0]" ffi] @@ -14,7 +14,7 @@ [concurrency ["[0]" promise (.only Promise)]]] [data - ["[0]" text (.open: "[1]#[0]" hash) + ["[0]" text (.use "[1]#[0]" hash) ["%" \\format (.only format)] [encoding ["[0]" utf8]]] |