aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/document.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/licentia/document.lux')
-rw-r--r--stdlib/source/program/licentia/document.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/licentia/document.lux b/stdlib/source/program/licentia/document.lux
index c04cd9d72..1fd0189eb 100644
--- a/stdlib/source/program/licentia/document.lux
+++ b/stdlib/source/program/licentia/document.lux
@@ -27,7 +27,7 @@
(|>> (list;map ..sentence)
(text.join-with text.new-line)))
-(do-template [<name> <word>]
+(template [<name> <word>]
[(def: #export <name>
(-> (List Text) Text)
(text.join-with (format ", " <word> " ")))]