mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
netsurf: typo fix
This commit is contained in:
@@ -553,7 +553,7 @@ fn documentHTMLVtable(doc_html: *DocumentHTML) c.dom_html_document_vtable {
|
|||||||
return getVtable(c.dom_html_document_vtable, DocumentHTML, doc_html);
|
return getVtable(c.dom_html_document_vtable, DocumentHTML, doc_html);
|
||||||
}
|
}
|
||||||
|
|
||||||
// documentHTMLParseFromFileAlloc reads the full document, loads the content in a
|
// documentHTMLParseFromFileAlloc parses the file.
|
||||||
// The allocator is required to create a null terminated string from filename.
|
// The allocator is required to create a null terminated string from filename.
|
||||||
// The buffer is freed by the function.
|
// The buffer is freed by the function.
|
||||||
// The caller is responsible for closing the document.
|
// The caller is responsible for closing the document.
|
||||||
|
|||||||
Reference in New Issue
Block a user