diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-04-04 07:36:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-04 07:36:46 -0700 |
commit | 6ac6f3404e6db8ce54cb7691d4595a2f2b5e9e09 (patch) | |
tree | 6f35d748e5e45df4e1d94188b9fff08d1e855908 | |
parent | d697931dcc4cf2f3888f54d01cd88f0aab21e41b (diff) | |
download | txr-6ac6f3404e6db8ce54cb7691d4595a2f2b5e9e09.tar.gz txr-6ac6f3404e6db8ce54cb7691d4595a2f2b5e9e09.tar.bz2 txr-6ac6f3404e6db8ce54cb7691d4595a2f2b5e9e09.zip |
doc: double word in awk intro.
* txr.1: Fix "implement implement".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58862,7 +58862,7 @@ The .code awk macro implements some of the most important Awk conventions and semantics, in Lisp syntax, while eschewing others. -It does not implement implement the Awk convention that +It does not implement the Awk convention that variables become defined upon first mention; variables must be defined to be used. It doesn't implement Awk's weak type system. A character string which looks like a number isn't a number, |