diff options
-rw-r--r-- | starling/node.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starling/node.scm b/starling/node.scm index 8247b31..8e16c4f 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -304,7 +304,7 @@ ;; Remove from name index. (when (name node) (hashq-remove! (children-by-name p) (name node))) - ;; Detaching deactives the node and all of its children. + ;; Detaching deactivates the node and all of its children. (when (active? node) (deactivate node)) (set! (parent node) #f) |