Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dom_crawler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Call an anonymous function on each node of the list::
return $node->text();
});

The anonymous function receives the position and the node as arguments.
The anonymous function receives the node and the position as arguments.
The result is an array of values returned by the anonymous function calls.

Adding the Content
Expand Down