summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-11 23:55:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-11 23:55:48 -0700
commit151e5d5dd38015b1be948477d62bf6e8b908352e (patch)
tree3350067abf654312e3adb3d58a0bb96269b28163 /txr.1
parent556dd7362f7a7ccb946c87b88e0685e606c7a9a6 (diff)
downloadtxr-151e5d5dd38015b1be948477d62bf6e8b908352e.tar.gz
txr-151e5d5dd38015b1be948477d62bf6e8b908352e.tar.bz2
txr-151e5d5dd38015b1be948477d62bf6e8b908352e.zip
doc: nonexistent tree-value-at
* txr.1: Fix typos: tree-value-at should be trie-value-at.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index f43508d7..af3fb16a 100644
--- a/txr.1
+++ b/txr.1
@@ -69720,7 +69720,7 @@ for each successive operation. If every character is found, it means
that either that exact string is found in the trie, or a prefix.
The ambiguity can be resolved by testing whether the trie has a value
at the last node using
-.codn tree-value-at .
+.codn trie-value-at .
For instance, if
.str catalog
is inserted into an empty trie with value
@@ -69737,7 +69737,7 @@ indicating that
.str cat
is only a prefix of one or more entries in the trie.
-.coNP Function @ tree-value-at
+.coNP Function @ trie-value-at
.synb
.mets (trie-value-at << trie-context )
.syne