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 | e6cf686633c15bfcf787f82b86a1eef17b401fa8 (patch) | |
tree | 57e288efe1f08e7b4c1134874d98c5bfc3c690c9 | |
parent | e368fb02c26322da584b4009717dd8ce0551e6db (diff) | |
download | txr-e6cf686633c15bfcf787f82b86a1eef17b401fa8.tar.gz txr-e6cf686633c15bfcf787f82b86a1eef17b401fa8.tar.bz2 txr-e6cf686633c15bfcf787f82b86a1eef17b401fa8.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 |