Skip to content

Commit 2438a0e

Browse files
committed
fix comment
1 parent a850a90 commit 2438a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/dom/element.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub const Element = struct {
231231
}
232232
}
233233

234-
/// Parses the given `input` string and inserts it's children to an element at given `position`.
234+
/// Parses the given `input` string and inserts its children to an element at given `position`.
235235
/// https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML
236236
///
237237
/// TODO: Support for XML parsing and `TrustedHTML` instances.

0 commit comments

Comments
 (0)