瀏覽代碼

Fixed a typo in the Node docs

Fixed a typo in `remove_and_skip`
[ci skip]
Andrew Silver 7 年之前
父節點
當前提交
ccd0599501
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Node.xml

+ 1 - 1
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">