From 2438a0e60b755ffc8340c95f0e6c8f5c58fd645c Mon Sep 17 00:00:00 2001 From: nikneym Date: Thu, 25 Sep 2025 19:17:08 +0300 Subject: [PATCH] fix comment --- src/browser/dom/element.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/dom/element.zig b/src/browser/dom/element.zig index fbd51229..fedf0a44 100644 --- a/src/browser/dom/element.zig +++ b/src/browser/dom/element.zig @@ -231,7 +231,7 @@ pub const Element = struct { } } - /// Parses the given `input` string and inserts it's children to an element at given `position`. + /// Parses the given `input` string and inserts its children to an element at given `position`. /// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML /// /// TODO: Support for XML parsing and `TrustedHTML` instances.