diff options
Diffstat (limited to 'doc/classes/Slider.xml')
-rw-r--r-- | doc/classes/Slider.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 88ea7f2b49..c3dbd69e59 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -27,7 +27,7 @@ <signal name="drag_ended"> <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"> |