aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/math/number/frac.lux6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/math/number/frac.lux b/stdlib/source/documentation/lux/math/number/frac.lux
index d14b0e3b5..1d4a2f45e 100644
--- a/stdlib/source/documentation/lux/math/number/frac.lux
+++ b/stdlib/source/documentation/lux/math/number/frac.lux
@@ -32,8 +32,7 @@
(template [<name> <doc>]
[(documentation: <name>
- <doc>
- [(<name> param subject)])]
+ <doc>)]
[/.+ "Frac(tion) addition."]
[/.- "Frac(tion) substraction."]
@@ -48,8 +47,7 @@
(template [<name> <doc>]
[(documentation: <name>
- <doc>
- [(<name> left right)])]
+ <doc>)]
[/.min "Frac(tion) minimum."]
[/.max "Frac(tion) minimum."]