diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-02 15:27:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-02 15:27:09 -0700 |
commit | 859b12ad24ad365c6f5c1b6eeb22863bd69023ec (patch) | |
tree | 244d3c6ed5befd1a71dbc8e5a0b12e63cc5d30f7 | |
parent | a333a676f5f8d0d8d731f0cbfefd19042ac6ccd1 (diff) | |
download | txr-859b12ad24ad365c6f5c1b6eeb22863bd69023ec.tar.gz txr-859b12ad24ad365c6f5c1b6eeb22863bd69023ec.tar.bz2 txr-859b12ad24ad365c6f5c1b6eeb22863bd69023ec.zip |
doc: "suficient" typo in new paragraph.
* txr.1: Fix typo in recently introduced paragraph about file
compiler's treatment of symbols.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76322,7 +76322,7 @@ function exists, and then reload the source file. The unqualified symbol token .code calc in that file will be correctly resolved to .code xyz:calc -that time. However, if the file is compiled, reloading will not be suficient. +that time. However, if the file is compiled, reloading will not be sufficient. Even though the symbol .code xyz:calc exists, the file will continue to try to refer a function using the symbol |