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 a850a90 commit 2438a0eCopy full SHA for 2438a0e
src/browser/dom/element.zig
@@ -231,7 +231,7 @@ pub const Element = struct {
231
}
232
233
234
- /// 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`.
235
/// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML
236
///
237
/// TODO: Support for XML parsing and `TrustedHTML` instances.
0 commit comments