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 | 28d78722c037c1fc9cc20d50b33ecd100698dfb8 (patch) | |
tree | 244d3c6ed5befd1a71dbc8e5a0b12e63cc5d30f7 /txr.1 | |
parent | 8d0cf746f708b5ecd5a1924d5e96aafbf0ec3b2b (diff) | |
download | txr-28d78722c037c1fc9cc20d50b33ecd100698dfb8.tar.gz txr-28d78722c037c1fc9cc20d50b33ecd100698dfb8.tar.bz2 txr-28d78722c037c1fc9cc20d50b33ecd100698dfb8.zip |
doc: "suficient" typo in new paragraph.
* txr.1: Fix typo in recently introduced paragraph about file
compiler's treatment of symbols.
Diffstat (limited to 'txr.1')
-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 |