diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-17 23:32:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-17 23:32:58 -0800 |
commit | 3ba90c4c0362cc447128d93d326927d76d3e7bae (patch) | |
tree | 544c1358ada89d15f923a1b42dd2a195bb9340d2 | |
parent | 3955c60d6f65d3ef831156233f801ea2aba13b9e (diff) | |
download | txr-3ba90c4c0362cc447128d93d326927d76d3e7bae.tar.gz txr-3ba90c4c0362cc447128d93d326927d76d3e7bae.tar.bz2 txr-3ba90c4c0362cc447128d93d326927d76d3e7bae.zip |
doc: fix "he" typos.
* txr.1: Fix "the" mistyped as "he" in the new pattern matcher
documentation, as well as under call-finalizers.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |