aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/jq_grammar.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md
index ceb0733..a84164c 100644
--- a/docs/jq_grammar.md
+++ b/docs/jq_grammar.md
@@ -88,7 +88,7 @@ term:
primary { suffix }*
suffix:
- '[' query ']'
+ '[' query ']' '?'?
primary:
'null'
@@ -97,7 +97,7 @@ primary:
NUMBER
STRING
'.'
- FIELD
+ FIELD '?'?
```