Skip to content

Commit da833a8

Browse files
lonesomedayweaverryan
authored andcommitted
remove double dot and reword
1 parent b4331c3 commit da833a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/css_selector.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ equivalents::
5353

5454
This gives output of ``descendant-or-self::div[contains(concat(' ',
5555
normalize-space(@class), ' '), ' item ')]/h4/a``. You can use this
56-
expression with :phpclass:`DOMXPath` or :phpclass:`SimpleXML` to find
57-
elements in a document..
56+
expression with, for instance, :phpclass:`DOMXPath` or
57+
:phpclass:`SimpleXML` to find elements in a document.
5858

5959
.. tip::
6060

0 commit comments

Comments
 (0)