summaryrefslogtreecommitdiff
path: root/doc/classes/Slider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Slider.xml')
-rw-r--r--doc/classes/Slider.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml
index 4139530db1..88ea7f2b49 100644
--- a/doc/classes/Slider.xml
+++ b/doc/classes/Slider.xml
@@ -25,7 +25,7 @@
</members>
<signals>
<signal name="drag_ended">
- <argument index="0" name="value_changed" type="bool" />
+ <param index="0" name="value_changed" type="bool" />
<description>
Emitted when dragging stops. If [code]value_changed[/code] is true, [member Range.value] is different from the value when you started the dragging.
</description>