diff options
author | Andrew Silver <andrew.silver0@gmail.com> | 2017-12-10 03:09:43 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-10 12:29:36 +0100 |
commit | ccd0599501a72eb77b0b1ffe6efa22b5ec8663b6 (patch) | |
tree | 9555f3d522a79806c7e9a863ec0c5d8c2aa2eb0e | |
parent | defeb49b01544af99cab4de08cbc989b8d87d63b (diff) |
Fixed a typo in the Node docs
Fixed a typo in `remove_and_skip`
[ci skip]
-rw-r--r-- | doc/classes/Node.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e2198c3e15..78591e2bf8 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -498,7 +498,7 @@ <return type="void"> </return> <description> - 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. </description> </method> <method name="remove_child"> |