Skip to content

Commit 5ebb833

Browse files
ThomasLandauerweaverryan
authored andcommitted
Clarified ambiguous wording
In this context, "even" can be misunderstood as "actually".
1 parent 4d6dc5a commit 5ebb833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Anonymous function can be used to filter with more complex criteria::
8787
$crawler = $crawler
8888
->filter('body > p')
8989
->reduce(function (Crawler $node, $i) {
90-
// filter even nodes
90+
// filter every second node
9191
return ($i % 2) == 0;
9292
});
9393

0 commit comments

Comments
 (0)