From ccd0599501a72eb77b0b1ffe6efa22b5ec8663b6 Mon Sep 17 00:00:00 2001 From: Andrew Silver Date: Sun, 10 Dec 2017 03:09:43 +0100 Subject: [PATCH] Fixed a typo in the Node docs Fixed a typo in `remove_and_skip` [ci skip] --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e2198c3e15b..78591e2bf87 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -498,7 +498,7 @@ - Removes a node and set all its children as children of the parent node (if exists). All even subscriptions that pass by the removed node will be unsubscribed. + Removes a node and set all its children as children of the parent node (if exists). All event subscriptions that pass by the removed node will be unsubscribed.