1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00

LibURL+LibWeb+Tests: Remove redundant words

This commit is contained in:
zoupingshi 2025-02-22 10:59:50 +08:00 committed by Sam Atkins
parent d5be18617e
commit b609d8481a
Notes: github-actions[bot] 2025-02-27 10:36:40 +00:00
6 changed files with 7 additions and 7 deletions

View file

@ -62,7 +62,7 @@ WebIDL::ExceptionOr<GC::Ref<CSSStyleSheet>> CSSStyleSheet::construct_impl(JS::Re
// 6. Set sheets owner CSS rule to null.
sheet->set_owner_css_rule(nullptr);
// 7. Set sheets title to the the empty string.
// 7. Set sheets title to the empty string.
sheet->set_title(String {});
// 8. Unset sheets alternate flag.