diff --git a/Libraries/LibWeb/DOM/DocumentLoading.cpp b/Libraries/LibWeb/DOM/DocumentLoading.cpp index 246e0284715..058ea46d4e8 100644 --- a/Libraries/LibWeb/DOM/DocumentLoading.cpp +++ b/Libraries/LibWeb/DOM/DocumentLoading.cpp @@ -473,9 +473,9 @@ GC::Ptr load_document(HTML::NavigationParams const& navigation_pa // FIXME: 4. Otherwise, the document's type is such that the resource will not affect navigationParams's navigable, // e.g., because the resource is to be handed to an external application or because it is an unknown type - // that will be processed as a download. Hand-off to external software given navigationParams's response, - // navigationParams's navigable, navigationParams's final sandboxing flag set, sourceSnapshotParams's has - // transient activation, and initiatorOrigin. + // that will be processed by handle as a download. Hand-off to external software given navigationParams's + // response, navigationParams's navigable, navigationParams's final sandboxing flag set, + // sourceSnapshotParams's has transient activation, and initiatorOrigin. // 5. Return null. return nullptr;