aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/predicate.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/abstract/predicate.lux')
-rw-r--r--stdlib/source/documentation/lux/abstract/predicate.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/documentation/lux/abstract/predicate.lux b/stdlib/source/documentation/lux/abstract/predicate.lux
index a71326b98..6bf46b734 100644
--- a/stdlib/source/documentation/lux/abstract/predicate.lux
+++ b/stdlib/source/documentation/lux/abstract/predicate.lux
@@ -8,7 +8,7 @@
[\\library
["." /]])
-(documentation: /.Predicate
+(documentation: (/.Predicate it)
"A question that can be asked of a value, yield either false (#0) or true (#1).")
(documentation: /.none