diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:14:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:14:02 -0800 |
commit | 4edc1091f74dc0c523063c4698422674c635f33f (patch) | |
tree | 107e1a1a3e243e35c67b8aa97a140df8e912ee0b | |
parent | 125f127b2509f69061abe5103b7406e625a75ee3 (diff) | |
download | txr-4edc1091f74dc0c523063c4698422674c635f33f.tar.gz txr-4edc1091f74dc0c523063c4698422674c635f33f.tar.bz2 txr-4edc1091f74dc0c523063c4698422674c635f33f.zip |
doc: fix match-case intro sentence.
* txr.1: "the match-case macro", not "the match-case".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40881,7 +40881,7 @@ if it is not specified. .desc The .code match-case -successively matches the value of +macro successively matches the value of .meta expr against zero or more patterns. |