1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh 2021-05-17 17:48:55 +01:00
parent bebbeda726
commit 0aab774343
14 changed files with 21 additions and 21 deletions

View file

@ -89,7 +89,7 @@ Vector<CSS::Selector::ComplexSelector> Parser::parse_selectors(Vector<String> pa
// TODO:
// This is a mess because the prelude is parsed as a string.
// It should really be parsed as its class, but the cpp gods have forsaken me
// and i cant make it work due to cyclic includes.
// and I can't make it work due to cyclic includes.
Vector<CSS::Selector::ComplexSelector> selectors;