Skip to content

Commit 45ebc2f

Browse files
authored
remove incorrect parenthesis in filter examples
1 parent fefc4dd commit 45ebc2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Extensions
203203
| | - ``$.objects[\\some_field,/other_field]`` |
204204
+--------------+-----------------------------------------------+
205205
| filter | - ``$.objects[?(@some_field > 5)]`` |
206-
| | - ``$.objects[?some_field = "foobar")]`` |
207-
| | - ``$.objects[?some_field =~ "foobar")]`` |
208-
| | - ``$.objects[?some_field > 5 & other < 2)]`` |
206+
| | - ``$.objects[?some_field = "foobar"]`` |
207+
| | - ``$.objects[?some_field =~ "foobar"]`` |
208+
| | - ``$.objects[?some_field > 5 & other < 2]`` |
209209
+--------------+-----------------------------------------------+
210210
| arithmetic | - ``$.foo + "_" + $.bar`` |
211211
| (-+*/) | - ``$.foo * 12`` |

0 commit comments

Comments
 (0)