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 08b82e86c..9ae73aae8 100644 --- a/stdlib/source/documentation/lux/static.lux +++ b/stdlib/source/documentation/lux/static.lux @@ -14,7 +14,7 @@ (.List $.Module) ($.module /._ "" - [(~~ (with_template [<name> <type>] + [(,, (with_template [<name> <type>] [($.documentation <name> (%.code (' (<name> (is <type> @@ -35,7 +35,7 @@ (is ??? (value generating expression)))]) - (~~ (with_template [<name> <type>] + (,, (with_template [<name> <type>] [($.documentation <name> (%.code (' (is <type> (<name>)))))] |