diff options
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index ce11bad0f..a70d6b37a 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -804,7 +804,7 @@ (<| (as Extender) (function (@self handler)) (as Handler) - (function (@self name phase)) + (function (@self phase)) (as Phase) (function (@self archive parameters)) (as Operation) |