diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-11 10:18:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 10:18:23 +0100 |
commit | 59e7fc5ff13db37aca3f02d94960f5453c540586 (patch) | |
tree | ba54baa7a18a914e8c0a3e8383083134a634bca5 | |
parent | 8972c05e807db22d1a25c77d83168edfac12e4ba (diff) | |
parent | 57b82873fb288936240df45330f1bd8767d2474f (diff) |
Merge pull request #24903 from Naryosha/patch-1
Docs: fix arg name of toggled signal in BaseButton
-rw-r--r-- | doc/classes/BaseButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 05ffe6cc11..ff3e22ba26 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -92,7 +92,7 @@ <argument index="0" name="button_pressed" type="bool"> </argument> <description> - This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]pressed[/i] argument. + This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]button_pressed[/i] argument. </description> </signal> </signals> |