diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-29 22:13:43 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-29 22:13:43 +0300 |
| commit | fe9c621140eedabecee11d6ff29f7e63fa747e15 (patch) | |
| tree | 1541dbb54f6a114440f642950ab900704c79284a /README.org | |
| parent | 1a894f99fca1f9af0c51848bc6b1c580b8571cad (diff) | |
fix(doc): gitlab's rendering of Org mode isn't quite right
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |