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 | fc4d580aaa4bbd5908507596a429621e560b024b (patch) | |
tree | 2e425e6308c62a2f71254e9a32301df25b7729a6 | |
parent | 9b07c2f1dbc7a1c8377887a6159af2f90ca9a4f3 (diff) | |
download | txr-fc4d580aaa4bbd5908507596a429621e560b024b.tar.gz txr-fc4d580aaa4bbd5908507596a429621e560b024b.tar.bz2 txr-fc4d580aaa4bbd5908507596a429621e560b024b.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 |