summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3c074a0..20b7600 100644
--- a/README.org
+++ b/README.org
@@ -390,7 +390,7 @@ Other predicates are self-explanatory:
** =eq?=
Deep compare values.
If given two tables, recursively calls =eq?= on each field until one of the tables exhausted.
-Other values are compared with === operator.
+Other values are compared with default equality operator.
** =comp=
Compose functions into one function.