diff options
Diffstat (limited to 'src')
-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: |