diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-23 07:40:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-23 07:40:16 -0800 |
commit | ff7890e39f2fee4920a85c85248ea65ce8f5510f (patch) | |
tree | facd2c16ab61d7eab257495650294cb639e6297b | |
parent | 96b15f85c3e0ff293cf85dd818967be231d879d5 (diff) | |
download | txr-ff7890e39f2fee4920a85c85248ea65ce8f5510f.tar.gz txr-ff7890e39f2fee4920a85c85248ea65ce8f5510f.tar.bz2 txr-ff7890e39f2fee4920a85c85248ea65ce8f5510f.zip |
doc: fix remove double word.
* txr.1: Under Structural Pattern Matching, fix "instance
instance".
-rw-r--r-- | txr.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)" |