summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-29 22:13:43 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-29 22:13:43 +0300
commitfe9c621140eedabecee11d6ff29f7e63fa747e15 (patch)
tree1541dbb54f6a114440f642950ab900704c79284a
parent1a894f99fca1f9af0c51848bc6b1c580b8571cad (diff)
fix(doc): gitlab's rendering of Org mode isn't quite right
-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.