fix comment

This commit is contained in:
nikneym
2025-09-25 19:17:08 +03:00
parent a850a902ce
commit 2438a0e60b

View File

@@ -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 /// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML
/// ///
/// TODO: Support for XML parsing and `TrustedHTML` instances. /// TODO: Support for XML parsing and `TrustedHTML` instances.