aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/ord.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/control/ord.lux')
-rw-r--r--stdlib/source/lux/control/ord.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/ord.lux b/stdlib/source/lux/control/ord.lux
index 0021cbe1b..7acc97172 100644
--- a/stdlib/source/lux/control/ord.lux
+++ b/stdlib/source/lux/control/ord.lux
@@ -4,7 +4,7 @@
## You can obtain one at http://mozilla.org/MPL/2.0/.
(;module:
- [lux #- min max]
+ lux
(.. eq)
lux/codata/function)