8000 Fixes #5783 · BenjaminPaap/symfony-docs@35037ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 35037ac

Browse files
committed
Fixes symfony#5783
1 parent f4ba8f1 commit 35037ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/dom_crawler.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Usage
2828
The :class:`Symfony\\Component\\DomCrawler\\Crawler` class provides methods
2929
to query and manipulate HTML and XML documents.
3030

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::
31+
An instance of the Crawler represents a set of :phpclass:`DOMElement` objects,
32+
which are basically nodes that you can traverse easily::
3433

3534
use Symfony\Component\DomCrawler\Crawler;
3635

0 commit comments

Comments
 (0)
0