diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-04-07 07:12:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-04-07 07:12:30 -0700 |
commit | 44630e1a25999383835522608409bc355cecaf78 (patch) | |
tree | 76b5e8a87a3285c46a5b65c87eb004ba961ff6b2 | |
parent | 08e50c035cfd645ce8f4c2664fe3f83c0bb7d501 (diff) | |
download | txr-44630e1a25999383835522608409bc355cecaf78.tar.gz txr-44630e1a25999383835522608409bc355cecaf78.tar.bz2 txr-44630e1a25999383835522608409bc355cecaf78.zip |
doc: bad grammer compilation section.
* txr.1: Replace "apperas to compiles" typo with better
wording.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70595,7 +70595,7 @@ However, suppose the following change is introduced: (call-secret-fun 42) .brev -This still works interpreted, and appears to compiles. However, when the +This still works when interpreted, and compiles successfully. However, when the compiled file is loaded, the compiled version of the .code call-secret-fun form fails with an error complaining that the |