]> granicus.if.org Git - jq/commitdiff
Add missing close-backtick in docs
authorWilliam Langford <wlangfor@gmail.com>
Fri, 31 Mar 2017 02:23:47 +0000 (22:23 -0400)
committerWilliam Langford <wlangfor@gmail.com>
Fri, 31 Mar 2017 02:23:47 +0000 (22:23 -0400)
docs/content/3.manual/manual.yml

index fa23e3559b8465a24982fe9f12936ca423ef717c..5cde285790b3b1765f0b91f61af06a53a2db3f03 100644 (file)
@@ -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