1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Typo in basic filters manual (#2588)

Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
This commit is contained in:
Benoit de Chezelles
2023-06-05 07:29:55 +02:00
committed by GitHub
parent 91d10c556b
commit 908f5d54a7

View File

@@ -332,7 +332,7 @@ sections:
- title: "Optional Object Identifier-Index: `.foo?`"
body: |
Just like `.foo`, but does not output even an error when `.`
Just like `.foo`, but does not output an error even when `.`
is not an array or an object.
examples: