diff options
Diffstat (limited to 'stdlib/source/documentation/lux/static.lux')
-rw-r--r-- | stdlib/source/documentation/lux/static.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/static.lux b/stdlib/source/documentation/lux/static.lux index 6b820161b..ab822cb92 100644 --- a/stdlib/source/documentation/lux/static.lux +++ b/stdlib/source/documentation/lux/static.lux @@ -10,7 +10,7 @@ [\\library ["[0]" /]]) -(template [<name> <type>] +(with_template [<name> <type>] [(documentation: <name> (%.code (' (<name> (is <type> @@ -31,7 +31,7 @@ (is ??? (value generating expression)))]) -(template [<name> <type>] +(with_template [<name> <type>] [(documentation: <name> (%.code (' (is <type> (<name>)))))] |