Fixed a typo in the Node docs

Fixed a typo in `remove_and_skip`
[ci skip]
This commit is contained in:
Andrew Silver 2017-12-10 03:09:43 +01:00 committed by Rémi Verschelde
parent defeb49b01
commit ccd0599501

View file

@ -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">