Skip to content

Commit c85560b

Browse files
committed
minor symfony#16001 Removing MooTools (!) (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Removing MooTools (!) Commits ------- 49c635e Removing MooTools (!)
2 parents 55583d7 + 49c635e commit c85560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ long and unwieldy expressions.
4040
Many developers -- particularly web developers -- are more comfortable
4141
using CSS selectors to find elements. As well as working in stylesheets,
4242
CSS selectors are used in JavaScript with the ``querySelectorAll()`` function
43-
and in popular JavaScript libraries such as jQuery, Prototype and MooTools.
43+
and in popular JavaScript libraries such as jQuery.
4444

4545
CSS selectors are less powerful than XPath, but far easier to write, read
4646
and understand. Since they are less powerful, almost all CSS selectors can

0 commit comments

Comments
 (0)