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 5962ac1bd..098c092b6 100644 --- a/lux-r/source/program.lux +++ b/lux-r/source/program.lux @@ -568,7 +568,7 @@ (<| (as Extender) (function (@self handler)) (as Handler) - (function (@self name phase)) + (function (@self phase)) (as Phase) (function (@self archive parameters)) (as Operation) diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index d6a6de4d4..728949384 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -934,7 +934,7 @@ (<| (as Extender) (function (@self handler)) (as Handler) - (function (@self name phase)) + (function (@self phase)) (as Phase) (function (@self archive parameters)) (as Operation) |