summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-02-09 20:14:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-02-09 20:14:02 -0800
commitb4fca6eb267a15d21340a1024956ed8b97b5d6ce (patch)
tree107e1a1a3e243e35c67b8aa97a140df8e912ee0b
parentd8a5884d8c10cb25129d148740ffc6a35ad88b4b (diff)
downloadtxr-b4fca6eb267a15d21340a1024956ed8b97b5d6ce.tar.gz
txr-b4fca6eb267a15d21340a1024956ed8b97b5d6ce.tar.bz2
txr-b4fca6eb267a15d21340a1024956ed8b97b5d6ce.zip
doc: fix match-case intro sentence.
* txr.1: "the match-case macro", not "the match-case".
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ae62ba3e..3e344780 100644
--- a/txr.1
+++ b/txr.1
@@ -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.