X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fcss-selector%2FCssSelector.php;h=c1f8c8882947049d30a9f97aade88f50fc9266b7;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=b4ac866b051b3c5237991ae2153a073379686b1e;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/symfony/css-selector/CssSelector.php b/vendor/symfony/css-selector/CssSelector.php index b4ac866b0..c1f8c8882 100644 --- a/vendor/symfony/css-selector/CssSelector.php +++ b/vendor/symfony/css-selector/CssSelector.php @@ -17,7 +17,7 @@ namespace Symfony\Component\CssSelector; * CssSelector is the main entry point of the component and can convert CSS * selectors to XPath expressions. * - * $xpath = CssSelector::toXpath('h1.foo'); + * $xpath = CssSelector::toXpath('h1.foo'); * * This component is a port of the Python cssselect library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.