Everywhere: Correct "FIMXE" typo

This commit is contained in:
Sam Atkins 2025-04-29 16:48:28 +01:00
parent edfaa76c90
commit d301510ab2
Notes: github-actions[bot] 2025-04-30 16:39:48 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -2197,7 +2197,7 @@ RefPtr<CSSStyleValue const> Parser::parse_paint_value(TokenStream<ComponentValue
return OptionalNone {};
};
// FIMXE: Allow context-fill/context-stroke here
// FIXME: Allow context-fill/context-stroke here
if (auto color_or_none = parse_color_or_none(); color_or_none.has_value())
return *color_or_none;