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 294611f commit 8cc66edCopy full SHA for 8cc66ed
CssSelector.php
@@ -17,7 +17,7 @@
17
* CssSelector is the main entry point of the component and can convert CSS
18
* selectors to XPath expressions.
19
*
20
- * $xpath = CssSelector::toXpath('h1.foo');
+ * $xpath = CssSelector::toXpath('h1.foo');
21
22
* This component is a port of the Python cssselect library,
23
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
0 commit comments