aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/order.lux
diff options
context:
space:
mode:
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