aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/predicate.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 b1fe154e7..8f30ac369 100644
--- a/stdlib/source/documentation/lux/abstract/predicate.lux
+++ b/stdlib/source/documentation/lux/abstract/predicate.lux
@@ -6,7 +6,7 @@
[text {"+" [\n]}
["%" format {"+" [format]}]]]]]
[\\library
- ["." /]])
+ ["[0]" /]])
(documentation: (/.Predicate it)
"A question that can be asked of a value, yield either false (#0) or true (#1).")