diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-02-04 10:45:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-02-04 10:45:36 -0800 |
commit | 7011482a9cb08305c0388e8a52b5075f1b69624f (patch) | |
tree | ee57d1e0ad8b39c3a0da537557672a631c3df8bf | |
parent | 908676a28b25c5dc15b5831a2d8f8af3fe7d5b4a (diff) | |
download | txr-7011482a9cb08305c0388e8a52b5075f1b69624f.tar.gz txr-7011482a9cb08305c0388e8a52b5075f1b69624f.tar.bz2 txr-7011482a9cb08305c0388e8a52b5075f1b69624f.zip |
doc: missing plural.
* txr.1: Under Pattern-Matching Notation: subject-verb
agreement.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46080,7 +46080,7 @@ macro. .SS* Pattern-Matching Notation The pattern-matching notation is documented in the following -sections; a section describing the pattern-matching macros follow. +sections; a section describing the pattern-matching macros follows. .NP* Atom match A pattern consisting of an atom other than a vector |