From: William Langford Date: Fri, 31 Mar 2017 02:23:47 +0000 (-0400) Subject: Add missing close-backtick in docs X-Git-Tag: jq-1.6rc1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12f74b226e85e1ff15924d9f903ae806078b7998;p=jq Add missing close-backtick in docs --- diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index fa23e35..5cde285 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -534,7 +534,7 @@ sections: dictionaries or hashes), as in: `{"a": 42, "b": 17}`. If the keys are "identifier-like", then the quotes can be left - off, as in `{a:42, b:17}. Keys generated by expressions need + off, as in `{a:42, b:17}`. Keys generated by expressions need to be parenthesized, e.g., `{("a"+"b"):59}`. The value can be any expression (although you may need to