aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/jq_grammar.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md
index 697a062..430e01d 100644
--- a/docs/jq_grammar.md
+++ b/docs/jq_grammar.md
@@ -105,6 +105,7 @@ primary:
'[' ']'
'{' '}'
'[' query ']'
+ '(' query ')'
```