We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a486b commit 065d28cCopy full SHA for 065d28c
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