From 54b28c1caeda08965c258411a32229be1766d47f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 29 Jul 2021 19:23:23 -0400 Subject: Switched from the "from to" convention to the "minimum additional" convention. --- stdlib/source/program/scriptum.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/program/scriptum.lux') diff --git a/stdlib/source/program/scriptum.lux b/stdlib/source/program/scriptum.lux index e429ff86f..fd66e6d61 100644 --- a/stdlib/source/program/scriptum.lux +++ b/stdlib/source/program/scriptum.lux @@ -454,7 +454,7 @@ (-> [Text Text] Text Text) (|> block (text.split_all_with text.new_line) - (list\map (text.enclose pre+post)) + (list\map (text.enclosed pre+post)) (text.join_with text.new_line))) (def: (document_module [[module_name module] organization]) -- cgit v1.2.3