diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-30 10:23:39 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-30 10:23:39 +0100 |
commit | 33c93d1166ec99b7119e25363c1c55138e746442 (patch) | |
tree | 8081d7616dd9af064e2210faaac9575a72b98cec /src/html | |
parent | 6c4b7671df166bec49b1a175f759974ff5962a38 (diff) | |
download | chawan-33c93d1166ec99b7119e25363c1c55138e746442.tar.gz |
Fix typo
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/dom.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/dom.nim b/src/html/dom.nim index ab3b95be..153b91a1 100644 --- a/src/html/dom.nim +++ b/src/html/dom.nim @@ -888,7 +888,7 @@ proc remove*(node: Node) = node.root = nil #TODO assigned, shadow root, shadow root again, custom nodes, registered observers - #TODO not surpress observers => queue tree mutation record + #TODO not suppress observers => queue tree mutation record proc adopt(document: Document, node: Node) = if node.parentNode != nil: |