diff --git a/src/browser/dump.zig b/src/browser/dump.zig index 2513dae5..cf110420 100644 --- a/src/browser/dump.zig +++ b/src/browser/dump.zig @@ -92,7 +92,7 @@ pub fn writeNode(node: *parser.Node, opts: Opts, writer: anytype) anyerror!void // void elements can't have any content. if (try isVoid(parser.nodeToElement(node))) return; - // If we wrote the
and we want to include a , add it + // If we wrote the and we want to include a , add it // now. if (opts.include_base != null and tag_type == .head) { try writer.writeAll("