aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
authorEduardo Julian2021-06-24 03:42:57 -0400
committerEduardo Julian2021-06-24 03:42:57 -0400
commitce1a7a131f7c4df8eae5c019eba2893b56f04d46 (patch)
tree645c4b42c4b9bff141b7390d9f33f3f1fe4aeea1 /licentia
parenta82bd1eabe94763162c2b0707d9c198fbe9835e3 (diff)
Added a macro for type-casting JVM objects.
Diffstat (limited to 'licentia')
-rw-r--r--licentia/source/program/licentia/document.lux1
1 files changed, 1 insertions, 0 deletions
diff --git a/licentia/source/program/licentia/document.lux b/licentia/source/program/licentia/document.lux
index 95c14e231..f56f0dbe7 100644
--- a/licentia/source/program/licentia/document.lux
+++ b/licentia/source/program/licentia/document.lux
@@ -30,6 +30,7 @@
(template [<name> <word>]
[(def: #export <name>
(-> (List Text) Text)
+ ## https://en.wikipedia.org/wiki/Serial_comma
(text.join_with (format ", " <word> " ")))]
[or "or"]