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, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/math/number/frac.lux b/stdlib/source/documentation/lux/math/number/frac.lux
index 57fd3dbd1..7e7cfa502 100644
--- a/stdlib/source/documentation/lux/math/number/frac.lux
+++ b/stdlib/source/documentation/lux/math/number/frac.lux
@@ -30,7 +30,7 @@
"Frac(tion) greater-than or equal."
[(>= reference sample)])
-(template [<name> <doc>]
+(with_template [<name> <doc>]
[(documentation: <name>
<doc>)]
@@ -45,7 +45,7 @@
""
[(/% param subject)])
-(template [<name> <doc>]
+(with_template [<name> <doc>]
[(documentation: <name>
<doc>)]
@@ -53,7 +53,7 @@
[/.max "Frac(tion) minimum."]
)
-(template [<name> <doc>]
+(with_template [<name> <doc>]
[(documentation: <name>
<doc>)]