aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/php.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/php.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/target/php.lux b/stdlib/source/library/lux/target/php.lux
index 98ab82bca..16ebbe5af 100644
--- a/stdlib/source/library/lux/target/php.lux
+++ b/stdlib/source/library/lux/target/php.lux
@@ -227,14 +227,14 @@
..group
:abstraction)))
- (syntax: (arity_inputs {arity <code>.nat})
+ (syntax: (arity_inputs [arity <code>.nat])
(in (case arity
0 (.list)
_ (|> (dec arity)
(enum.range n.enum 0)
(list\map (|>> %.nat code.local_identifier))))))
- (syntax: (arity_types {arity <code>.nat})
+ (syntax: (arity_types [arity <code>.nat])
(in (list.repeated arity (` ..Expression))))
(template [<arity> <function>+]