diff --git a/Userland/Libraries/LibWeb/URL/URL.cpp b/Userland/Libraries/LibWeb/URL/URL.cpp index c03ae086f6..d0567b8603 100644 --- a/Userland/Libraries/LibWeb/URL/URL.cpp +++ b/Userland/Libraries/LibWeb/URL/URL.cpp @@ -315,7 +315,7 @@ void URL::set_hostname(String const& hostname) m_url = move(result_url); } -// https://url.spec.whatwg.org/#ref-for-dom-url-hostname① +// https://url.spec.whatwg.org/#dom-url-port WebIDL::ExceptionOr URL::port() const { auto& vm = realm().vm();