diff options
Diffstat (limited to 'doc/classes/Slider.xml')
-rw-r--r-- | doc/classes/Slider.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 4139530db1..c3dbd69e59 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -25,9 +25,9 @@ </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. + Emitted when dragging stops. If [param value_changed] is true, [member Range.value] is different from the value when you started the dragging. </description> </signal> <signal name="drag_started"> |