Skip to content

Commit 7a24037

Browse files
committed
Merge pull request #3107 from bicpi/fix_closure_arguments_description
[DomCrawler] Fix description of closure arguments order
2 parents 37dbbee + e396f52 commit 7a24037

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
@@ -151,7 +151,7 @@ Call an anonymous function on each node of the list::
151151
return $node->text();
152152
});
153153

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

157157
Adding the Content

0 commit comments

Comments
 (0)