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