diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index bb45d6c2beb..487affdfcdc 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -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