summaryrefslogtreecommitdiff
path: root/doc/classes/InstancePlaceholder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/InstancePlaceholder.xml')
-rw-r--r--doc/classes/InstancePlaceholder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/InstancePlaceholder.xml b/doc/classes/InstancePlaceholder.xml
index d22028d478..f6d9c835d1 100644
--- a/doc/classes/InstancePlaceholder.xml
+++ b/doc/classes/InstancePlaceholder.xml
@@ -12,8 +12,8 @@
<methods>
<method name="create_instance">
<return type="Node" />
- <argument index="0" name="replace" type="bool" default="false" />
- <argument index="1" name="custom_scene" type="PackedScene" default="null" />
+ <param index="0" name="replace" type="bool" default="false" />
+ <param index="1" name="custom_scene" type="PackedScene" default="null" />
<description>
Not thread-safe. Use [method Object.call_deferred] if calling from a thread.
</description>
@@ -26,7 +26,7 @@
</method>
<method name="get_stored_values">
<return type="Dictionary" />
- <argument index="0" name="with_order" type="bool" default="false" />
+ <param index="0" name="with_order" type="bool" default="false" />
<description>
</description>
</method>