aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number.lux')
-rw-r--r--stdlib/source/library/lux/math/number.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/math/number.lux b/stdlib/source/library/lux/math/number.lux
index 288afd703..d1e8144ab 100644
--- a/stdlib/source/library/lux/math/number.lux
+++ b/stdlib/source/library/lux/math/number.lux
@@ -46,7 +46,7 @@
(text.replace_all ..separator ""))
(template [<macro> <nat> <int> <rev> <frac> <error> <doc>]
- [(macro: #export (<macro> tokens state)
+ [(macro: .public (<macro> tokens state)
{#.doc <doc>}
(case tokens
(#.Item [meta (#.Text repr')] #.End)