We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ba8f1 commit 3ff3dd3Copy full SHA for 3ff3dd3
components/dom_crawler.rst
@@ -28,9 +28,8 @@ Usage
28
The :class:`Symfony\\Component\\DomCrawler\\Crawler` class provides methods
29
to query and manipulate HTML and XML documents.
30
31
-An instance of the Crawler represents a set (:phpclass:`SplObjectStorage`)
32
-of :phpclass:`DOMElement` objects, which are basically nodes that you can
33
-traverse easily::
+An instance of the Crawler represents a set of :phpclass:`DOMElement` objects,
+which are basically nodes that you can traverse easily::
34
35
use Symfony\Component\DomCrawler\Crawler;
36
0 commit comments