diff options
Diffstat (limited to 'doc/classes/EditorScript.xml')
| -rw-r--r-- | doc/classes/EditorScript.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index 68ee939370..2ff8a7ba2a 100644 --- a/doc/classes/EditorScript.xml +++ b/doc/classes/EditorScript.xml @@ -42,9 +42,9 @@  		</method>  		<method name="add_root_node">  			<return type="void" /> -			<argument index="0" name="node" type="Node" /> +			<param index="0" name="node" type="Node" />  			<description> -				Adds [code]node[/code] as a child of the root node in the editor context. +				Adds [param node] as a child of the root node in the editor context.  				[b]Warning:[/b] The implementation of this method is currently disabled.  			</description>  		</method>  |