aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/order.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-29 18:30:29 -0400
committerEduardo Julian2021-08-29 18:30:29 -0400
commitff537895fe9c24f37a0ce11b640af5d4882571a5 (patch)
treef59778fa4163277d3ca3a1df450af82a401debb3 /stdlib/source/documentation/lux/abstract/order.lux
parent1680d4d8bc4046ed4728413f1e7cfd77aa7e84b7 (diff)
Better parameterized type documentation.
Diffstat (limited to 'stdlib/source/documentation/lux/abstract/order.lux')
-rw-r--r--stdlib/source/documentation/lux/abstract/order.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/abstract/order.lux b/stdlib/source/documentation/lux/abstract/order.lux
index ef7826d0f..72ba85c04 100644
--- a/stdlib/source/documentation/lux/abstract/order.lux
+++ b/stdlib/source/documentation/lux/abstract/order.lux
@@ -8,10 +8,10 @@
[\\library
["." /]])
-(documentation: /.Order
+(documentation: (/.Order it)
"A signature for types that possess some sense of ordering among their elements.")
-(documentation: /.Comparison
+(documentation: (/.Comparison it)
"An arbitrary comparison between two values, with the knowledge of how to order them.")
(documentation: /.<=
@@ -23,7 +23,7 @@
(documentation: /.>=
"Greater than or equal.")
-(documentation: /.Choice
+(documentation: (/.Choice it)
"A choice comparison between two values, with the knowledge of how to order them.")
(documentation: /.min