diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-03 15:12:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-03 15:12:46 -0700 |
commit | 3dd16038b38371bdba85a7ffb8af6d0049e88a83 (patch) | |
tree | 2e425e6308c62a2f71254e9a32301df25b7729a6 | |
parent | 1379dfa1420db38482c3e64b9217be6777b4a05d (diff) | |
download | txr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.tar.gz txr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.tar.bz2 txr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.zip |
doc: find-true spelling error.
* txr.1: Fix "funtion" in description of new find-true
function.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33568,7 +33568,7 @@ then these cells are taken as their keys. The .code find-true -funtion's argument conventions and search semantics are identical to those of +function's argument conventions and search semantics are identical to those of .codn find-if , but the return value is different. Instead of returning the found item, .code find-true |