diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-17 14:24:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-17 14:24:32 -0800 |
commit | c6024ba98b6a870656d35e581b89ce3477dfd766 (patch) | |
tree | 57e288efe1f08e7b4c1134874d98c5bfc3c690c9 | |
parent | 6bd2d9f77bde1df296f344fba6ce2c12265986f6 (diff) | |
download | txr-c6024ba98b6a870656d35e581b89ce3477dfd766.tar.gz txr-c6024ba98b6a870656d35e581b89ce3477dfd766.tar.bz2 txr-c6024ba98b6a870656d35e581b89ce3477dfd766.zip |
doc: bad syntax in FFI type struct.
* txr.1: Fix << that should be <.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68655,7 +68655,7 @@ through the enumeration is is attempted at run time. .coNP FFI type @ struct .synb -.mets (struct < name >> {( slot << type <> [ init-form ])}*) +.mets (struct < name >> {( slot < type <> [ init-form ])}*) .syne .desc The FFI |