Skip to content

Commit 8cc66ed

Browse files
committed
Fix code examples in PHPDoc
1 parent 294611f commit 8cc66ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CssSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* CssSelector is the main entry point of the component and can convert CSS
1818
* selectors to XPath expressions.
1919
*
20-
* $xpath = CssSelector::toXpath('h1.foo');
20+
* $xpath = CssSelector::toXpath('h1.foo');
2121
*
2222
* This component is a port of the Python cssselect library,
2323
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

0 commit comments

Comments
 (0)