singular/plural agreement 'Query and predicate value are equal' instead of 'equal'

This commit is contained in:
Pedro Manse 2024-04-04 10:45:47 -03:00
parent 5e2de6f958
commit 748dc373ce
No known key found for this signature in database
GPG Key ID: 6D36FC1E24A19CE7

View File

@ -168,7 +168,7 @@ Predicates consist of a predicate function and a predicate value. Predicate func
| Predicate | Description | Example |
|--------------------|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
| __`==`__ | Query and predicate value are equals | `jsonpath "$.book" == "Dune"` |
| __`==`__ | Query and predicate value are equal | `jsonpath "$.book" == "Dune"` |
| __`!=`__ | Query and predicate value are different | `jsonpath "$.color" != "red"` |
| __`>`__ | Query number is greater than predicate value | `jsonpath "$.year" > 1978` |
| __`>=`__ | Query number is greater than or equal to the predicate value | `jsonpath "$.year" >= 1978` |