diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-01 18:30:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-01 18:30:30 -0700 |
commit | 8beea6646701faf8d18be5e37dc216f18debad10 (patch) | |
tree | 84632ffe2c7e444e87cf8d391c10e823a2e6a9c0 /txr.1 | |
parent | ac30dd07f865df48d2498bb783f728160ae7ae5f (diff) | |
download | txr-8beea6646701faf8d18be5e37dc216f18debad10.tar.gz txr-8beea6646701faf8d18be5e37dc216f18debad10.tar.bz2 txr-8beea6646701faf8d18be5e37dc216f18debad10.zip |
doc: two "a any" typos.
* txr.1: fix one "a any" in structs and one in
notes on exotic regexes.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19844,7 +19844,7 @@ macro. Structure types have a name, which is a symbol. The .code typeof -function, when applied to a any struct type, returns the symbol +function, when applied to any struct type, returns the symbol .codn struct-type . When .code typeof @@ -47306,7 +47306,7 @@ revise to this: ([^*]|[*][^*/])* .cble -(The interior of a C language comment is a any +(The interior of a C language comment is any mixture of zero or more non-asterisks, or digraphs consisting of an asterisk followed by something other than a slash or another asterisk). Oops, now we have a problem again. What if two asterisks occur in a comment? They are not |