aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/scriptum.lux')
-rw-r--r--stdlib/source/program/scriptum.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/scriptum.lux b/stdlib/source/program/scriptum.lux
index c9b27a305..b18ce7bff 100644
--- a/stdlib/source/program/scriptum.lux
+++ b/stdlib/source/program/scriptum.lux
@@ -32,8 +32,8 @@
["." annotation]]
[world
["." file]]]]
- ## This was added to make sure that all tested modules are picked up
- ## and their documentation is generated.
+ ... This was added to make sure that all tested modules are picked up
+ ... and their documentation is generated.
[test/lux (#+)])
(def: name_options "abcdefghijklmnopqrstuvwxyz")
@@ -300,7 +300,7 @@
(|>> (#.Item [name def_annotations def_type])))
organization)
- ## else
+ ... else
(update@ #values
(: (Mutation (List Value))
(|>> (#.Item [name def_annotations def_type])))
@@ -491,7 +491,7 @@
(def: (save_documentation! [module_name documentation])
(-> [Text (Markdown Block)] (IO Any))
- (let [path (format (text.replace_all "/" "_" module_name) ".md")]
+ (let [path (format (text.replaced "/" "_" module_name) ".md")]
(do io.monad
[outcome (\ file.default write (\ utf8.codec encode (md.markdown documentation)) path)]
(in (case outcome