This commit is contained in:
Pierre Tachoire
2024-01-05 11:54:19 +01:00
parent b778749511
commit 2aefd3736c

View File

@@ -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});
}
}