Skip to content

Commit 936df81

Browse files
committed
Fixes
1 parent 3dff254 commit 936df81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/json_path.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ a condition. The current item within the filter is referenced by ``@``::
130130
// get all books with a price less than 10
131131
$cheapBooks = $crawler->find('$.store.book[?(@.price < 10)]');
132132

133-
/* $cheapBooks contains two book objects:
134-
the one by "Nigel Rees" and the one by "Herman Melville" */
135-
136133
Building Queries Programmatically
137134
---------------------------------
138135

@@ -248,4 +245,4 @@ Example of handling errors::
248245
// ... handle error
249246
}
250247

251-
.. _`RFC 9535 - JSONPath`: https://datatracker.ietf.org/doc/html/rfc9535
248+
.. _`RFC 9535 JSONPath`: https://datatracker.ietf.org/doc/html/rfc9535

0 commit comments

Comments
 (0)