From 67b724ab51c37e9ab8294eecc1c90eb96327e060 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 17 Jan 2021 23:32:58 -0800 Subject: doc: fix "he" typos. * txr.1: Fix "the" mistyped as "he" in the new pattern matcher documentation, as well as under call-finalizers. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 78dabca8..29c81aa9 100644 --- a/txr.1 +++ b/txr.1 @@ -39637,7 +39637,7 @@ notation. The reason is that a struct literal produces an object which loses information about how it was specified in the literal syntax, but those details are critically important in pattern matching. -The pattern-matching notation is documented in he following +The pattern-matching notation is documented in the following sections; sections describing the pattern matching macros follow. .NP* Atom match @@ -67452,7 +67452,7 @@ otherwise Finalization performed by .code call-finalizers -works in the manner described under the specification of he +works in the manner described under the specification of the .code finalize function. -- cgit v1.2.3