summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-08-31 13:27:09 +0200
committerGitHub <noreply@github.com>2020-08-31 13:27:09 +0200
commitbb724ffd0276544f5eef0441bf3f9a8e771784c4 (patch)
tree812120f550c0895e3023d7cd2cd8709d2749fc02
parent74dbcf1e4d7acd627bf14565e9b4701f7b10d0f1 (diff)
parent8f082d63c62cd3b3c3f7b6c265eebe770e9d8d97 (diff)
Merge pull request #41602 from Andy0903/option-button-signal-word-order-fix
OptionButton.xml word order fix
-rw-r--r--doc/classes/OptionButton.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml
index 39d974ec47..8c4bbd6716 100644
--- a/doc/classes/OptionButton.xml
+++ b/doc/classes/OptionButton.xml
@@ -217,7 +217,7 @@
<argument index="0" name="index" type="int">
</argument>
<description>
- Emitted the when user navigates to an item using the [code]ui_up[/code] or [code]ui_down[/code] actions. The index of the item selected is passed as argument.
+ Emitted when the user navigates to an item using the [code]ui_up[/code] or [code]ui_down[/code] actions. The index of the item selected is passed as argument.
</description>
</signal>
<signal name="item_selected">