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 | cb4ad08e75bef0877da2a755d5b2b15a099ad8ce (patch) | |
tree | 76b5e8a87a3285c46a5b65c87eb004ba961ff6b2 /txr.1 | |
parent | 06e281f7ce356dfcd225d4b4c4e9f6d06a880ef2 (diff) | |
download | txr-cb4ad08e75bef0877da2a755d5b2b15a099ad8ce.tar.gz txr-cb4ad08e75bef0877da2a755d5b2b15a099ad8ce.tar.bz2 txr-cb4ad08e75bef0877da2a755d5b2b15a099ad8ce.zip |
doc: bad grammer compilation section.
* txr.1: Replace "apperas to compiles" typo with better
wording.
Diffstat (limited to 'txr.1')
-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 |