We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f692b02 commit 58ef2f9Copy full SHA for 58ef2f9
testing/dom_crawler.rst
@@ -26,7 +26,7 @@ Many other methods are also available:
26
``filterXpath('h1')``
27
Selects nodes matching the given `XPath expression`_.
28
``eq(1)``
29
- Selects the node at the given index (``0`` is the first node)
+ Selects the node at the given index (``0`` is the first node).
30
``first()``
31
Selects the first node (equivalent to ``eq(0)``).
32
``last()``
0 commit comments