Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarified ambiguous wording #5849

Closed
wants to merge 2 commits into from
Closed

Conversation

ThomasLandauer
Copy link
Contributor

In this context, "even" can be misunderstood as "actually".

In this context, "even" can be misunderstood as "actually".
@@ -87,7 +87,7 @@ Anonymous function can be used to filter with more complex criteria::
$crawler = $crawler
->filter('body > p')
->reduce(function (Crawler $node, $i) {
// filter even nodes
// filter every second node
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about "filter every other node"?

@javiereguiluz
Copy link
Member

👍 @ThomasLandauer thanks for this small but nice improvement!

@xabbuh
Copy link
Member

xabbuh commented Nov 5, 2015

👍

@weaverryan
Copy link
Member

Thanks Thomas! I've merged this into the 2.3 branch. Cheers!

weaverryan added a commit that referenced this pull request Nov 5, 2015
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
@weaverryan weaverryan closed this Nov 5, 2015
@ThomasLandauer ThomasLandauer deleted the patch-5 branch August 17, 2018 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants