aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/control/concatenative.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/control/concatenative.lux')
-rw-r--r--stdlib/source/documentation/lux/control/concatenative.lux6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/control/concatenative.lux b/stdlib/source/documentation/lux/control/concatenative.lux
index b72716a3a..104f59381 100644
--- a/stdlib/source/documentation/lux/control/concatenative.lux
+++ b/stdlib/source/documentation/lux/control/concatenative.lux
@@ -56,11 +56,9 @@
(template [<arity>]
[(with_expansions [<name> (template.identifier [/._] ["apply/" <arity>])
<doc> (template.text ["Lift a function of arity " <arity>
- " into a concatenative function of arity " <arity> "."])
- <function_of_arity> (template.identifier ["function_of_arity_" <arity>])]
+ " into a concatenative function of arity " <arity> "."])]
(documentation: <name>
- <doc>
- [(<name> <function_of_arity>)]))]
+ <doc>))]
[1] [2] [3] [4]
[5] [6] [7] [8]