diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:09:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:09:57 -0800 |
commit | 68987953842763d1c3ed8f032315ff6dc1deee22 (patch) | |
tree | 5bb07d27be7c4db865b84bca129fa85e93d4211f | |
parent | 57a545e65f3bdd4cbe82cc4b3d78dded2164b722 (diff) | |
download | txr-68987953842763d1c3ed8f032315ff6dc1deee22.tar.gz txr-68987953842763d1c3ed8f032315ff6dc1deee22.tar.bz2 txr-68987953842763d1c3ed8f032315ff6dc1deee22.zip |
doc: fix fumbled text under predicate pattern.
* txr.1: "three two" should be "second three".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40706,7 +40706,7 @@ Whenever the operator position of a pattern consists of a symbol which is not the name of a predicate operator, the expression denotes a predicate pattern, expected to conform to one of the first three syntax descriptions above. Whenever the operator position of a pattern consists of a meta-variable, it is also a -predicate pattern, expected to conform to one of the three two syntax +predicate pattern, expected to conform to one of the second three syntax descriptions. The first form of the predicate pattern consists of a compound form consisting |