summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2017-03-30 22:23:47 -0400
committerWilliam Langford <wlangfor@gmail.com>2017-03-30 22:23:47 -0400
commit12f74b226e85e1ff15924d9f903ae806078b7998 (patch)
treee79552ff7b69a620bdd2e1baee48f8469a3da3f3
parent18753cb7a7af22725032c1a18748c8efb9cf7efa (diff)
Add missing close-backtick in docs
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index fa23e355..5cde2857 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