diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:21:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:21:35 -0700 |
commit | 0a7a390ac2e7e97a75c16e501de4355fd59aa416 (patch) | |
tree | a24c3d1572fe1f54f98a1c5bd91110c7d47b3262 | |
parent | c83768f698a3c2193bfccb006816fbfedd32be75 (diff) | |
download | txr-0a7a390ac2e7e97a75c16e501de4355fd59aa416.tar.gz txr-0a7a390ac2e7e97a75c16e501de4355fd59aa416.tar.bz2 txr-0a7a390ac2e7e97a75c16e501de4355fd59aa416.zip |
doc: struct literals: bad syntax synopsis.
* txr.1: Fix incorrect #H prefix which should of course be #S.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11300,7 +11300,7 @@ and the symbol .NP* Struct Literals -.meIP >> #H( name >> { slot << value }*) +.meIP >> #S( name >> { slot << value }*) The notation .code #S |