summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-06-22 00:00:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-06-22 00:00:09 -0700
commit26b9e97b65074eeee273bf6dd8ee1958f1128c1e (patch)
tree1ea0ff7186a39f0ba99c5f8efae81364016e1684
parentff2df257b64111213fd94028d2f18b75ebdee003 (diff)
downloadtxr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.tar.gz
txr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.tar.bz2
txr-26b9e97b65074eeee273bf6dd8ee1958f1128c1e.zip
doc: formatting in quasiquote pattern matching.
* txr.1: Remove stray space in marking up the JSON hash pattern syntax. This space has no ill effect when reading the man page via nroff, but messes up HTML rendering.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ce2ad6c4..720762c9 100644
--- a/txr.1
+++ b/txr.1
@@ -41538,7 +41538,7 @@ transformation recognizes JSON
(tilde) unquotes, and recursively recognizes and transform JSON syntax not
prefixed by
.codn #J .
-.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...}
+.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...}
A JSON hash quasiquote is translated into
.mono
.meti @(hash <> ([ k0 ] <> [ v0 ]) <> ([ k0 ] <> [ v0 ]) ...)