From ff7890e39f2fee4920a85c85248ea65ce8f5510f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 23 Jan 2021 07:40:16 -0800 Subject: doc: fix remove double word. * txr.1: Under Structural Pattern Matching, fix "instance instance". --- txr.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 45ed9dea..a20ff1ca 100644 --- a/txr.1 +++ b/txr.1 @@ -39648,8 +39648,7 @@ provides a way to define a top-level function using the same concept. \*(TL's structural pattern matching notation is template based. With the exception of structures and hash tables, objects are matched using -patterns which are based on their printed notation. -For instance instance, the pattern +patterns which are based on their printed notation. For instance, the pattern .code "(1 2 @a)" is a pattern matching the list .code "(1 2 3)" -- cgit v1.2.3