mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-15 07:48:58 +00:00
typo fix
This commit is contained in:
@@ -178,7 +178,7 @@ pub const Page = struct {
|
|||||||
// TODO check content-type
|
// TODO check content-type
|
||||||
try self.loadHTMLDoc(&result);
|
try self.loadHTMLDoc(&result);
|
||||||
} else {
|
} else {
|
||||||
log.info("none HTML document: {s}", .{ct});
|
log.info("non-HTML document: {s}", .{ct});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user