We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f8909 commit b46c181Copy full SHA for b46c181
src/browser/dom/node.zig
@@ -295,7 +295,7 @@ pub const Node = struct {
295
// if self is the document, and we already know other is in the
296
// document, then other is contained by and following self.
297
return @intFromEnum(parser.DocumentPosition.following) +
298
- @intFromEnum(parser.DocumentPosition.contained_by);
+ @intFromEnum(parser.DocumentPosition.contained_by);
299
}
300
301
const rootself = try parser.nodeGetRootNode(self);
0 commit comments