From 4edc1091f74dc0c523063c4698422674c635f33f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Feb 2021 20:14:02 -0800 Subject: doc: fix match-case intro sentence. * txr.1: "the match-case macro", not "the match-case". --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3