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 | 90791e0855375fcadfa8d3f4b610f9e065c40243 (patch) | |
tree | 5bb07d27be7c4db865b84bca129fa85e93d4211f | |
parent | 709c98308e7a4e3a152340ebb493509de08b7257 (diff) | |
download | txr-90791e0855375fcadfa8d3f4b610f9e065c40243.tar.gz txr-90791e0855375fcadfa8d3f4b610f9e065c40243.tar.bz2 txr-90791e0855375fcadfa8d3f4b610f9e065c40243.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 |