diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:25:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:25:45 -0800 |
commit | b540f7ce61158933ff4d658ce83b19597dd87bbd (patch) | |
tree | 4149c05c0f266ab0169acaa6821f29a22a19c2c4 | |
parent | c6fe7be22f1c77a6cbacd34e49ec9bf718d75553 (diff) | |
download | txr-b540f7ce61158933ff4d658ce83b19597dd87bbd.tar.gz txr-b540f7ce61158933ff4d658ce83b19597dd87bbd.tar.bz2 txr-b540f7ce61158933ff4d658ce83b19597dd87bbd.zip |
doc: wrong word under cptr.
* txr.1: Fix "an" that should be "and".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58265,7 +58265,7 @@ The type tag plays a role in FFI. The FFI type supports a tag attribute. When a .code cptr object is converted to a foreign pointer under the control of the FFI -type, an that FFI type has a tag other than +type, and that FFI type has a tag other than .codn nil , the object's tag must exactly match that of the FFI type, or the conversion throws an error. In the reverse direction, when a foreign pointer is |