mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Fix typos - act II
This commit is contained in:
Notes:
github-actions[bot]
2025-04-09 14:06:24 +00:00
Author: https://github.com/szepeviktor Commit: https://github.com/LadybirdBrowser/ladybird/commit/5cc371d54c8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4264 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -289,7 +289,7 @@ private:
|
||||
String convert_number_to_string(double input) const;
|
||||
|
||||
WebIDL::ExceptionOr<GC::Ptr<JS::Date>> convert_string_to_date(StringView input) const;
|
||||
String covert_date_to_string(GC::Ref<JS::Date> input) const;
|
||||
String convert_date_to_string(GC::Ref<JS::Date> input) const;
|
||||
|
||||
Optional<double> min() const;
|
||||
Optional<double> max() const;
|
||||
|
||||
Reference in New Issue
Block a user