Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b12dba9

Browse filesBrowse files
committed
Minor fix in README.md
1 parent 0284b22 commit b12dba9
Copy full SHA for b12dba9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Prefix expressions are expressions given in the form path (subexpression).
128128
In this case path selects JSON values to be checked using given subexpression.
129129
Check results are aggregated in the same way as in simple expressions.
130130

131-
* `#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is 1
131+
* `#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is 2
132132
* `%($ >= 10 AND $ <= 20)` – exists object key which values is between 10 and 20
133133

134134
Path also could contain following special placeholders with "every" semantics:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.