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

Typo correction

Suppresion -> Suppression
This commit is contained in:
trantor
2017-11-13 12:49:51 +01:00
committed by William Langford
parent 7b81a836c3
commit bdaddcf107

View File

@@ -2179,7 +2179,7 @@ sections:
because no label `$out` is visible.
- title: "Error Suppresion / Optional Operator: `?`"
- title: "Error Suppression / Optional Operator: `?`"
body: |
The `?` operator, used as `EXP?`, is shorthand for `try EXP`.