diff --git a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp index 1ab1e260cb..e92f1f1f82 100644 --- a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp +++ b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp @@ -8746,7 +8746,7 @@ private: ComponentValue m_component_value; }; -// https://html.spec.whatwg.org/multipage/images.html#parse-a-srcset-attribute +// https://html.spec.whatwg.org/multipage/images.html#parsing-a-sizes-attribute Length Parser::Parser::parse_as_sizes_attribute() { Optional size;