aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-01 21:52:34 -0400
committerEduardo Julian2022-06-01 21:52:34 -0400
commit5d44577c3849a045052dc1c9f0dd7deddd032120 (patch)
treeb0e00801734720e9f985c7dfa239aaa0bdea7bcd /stdlib/source/documentation/lux/math.lux
parent659537b4ec859f1e705cdd1f82da29ab1a662d94 (diff)
Extensible import syntax: Part 1
Diffstat (limited to 'stdlib/source/documentation/lux/math.lux')
-rw-r--r--stdlib/source/documentation/lux/math.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/math.lux b/stdlib/source/documentation/lux/math.lux
index 06db95c3a..dd5783817 100644
--- a/stdlib/source/documentation/lux/math.lux
+++ b/stdlib/source/documentation/lux/math.lux
@@ -1,10 +1,10 @@
(.using
[library
[lux "*"
- ["$" documentation {"+" documentation:}]
+ ["$" documentation (.only documentation:)]
[data
[text
- ["%" format {"+" format}]]
+ ["%" format (.only format)]]
[collection
["[0]" list]]]]]
["[0]" / "_"