8000 [DomCrawler] Fixed typo in doc comment · symfony/symfony@98d2c9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 98d2c9d

Browse files
authored
[DomCrawler] Fixed typo in doc comment
1 parent b835ab1 commit 98d2c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public function html()
595595
/**
596596
* Evaluates an XPath expression.
597597
*
598-
* Since an XPath expression might evaluate to either a simple type or a \DOMDoneList,
598+
* Since an XPath expression might evaluate to either a simple type or a \DOMNodeList,
599599
* this method will return either an array of simple types or a new Crawler instance.
600600
*
601601
* @param string $xpath An XPath expression

0 commit comments

Comments
 (0)
0