Skip to content

Commit 5f028c1

Browse files
committed
minor #5849 Clarified ambiguous wording (ThomasLandauer)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5849). Discussion ---------- Clarified ambiguous wording In this context, "even" can be misunderstood as "actually". Commits ------- 90f5621 Update dom_crawler.rst 5ebb833 Clarified ambiguous wording
2 parents 4d6dc5a + 90f5621 commit 5f028c1

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 other node
9191
return ($i % 2) == 0;
9292
});
9393

0 commit comments

Comments
 (0)