summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gustafsson <andreasgustafsson95@gmail.com>2020-08-29 17:14:34 +0200
committerAndreas Gustafsson <andreasgustafsson95@gmail.com>2020-08-29 17:21:00 +0200
commit8f082d63c62cd3b3c3f7b6c265eebe770e9d8d97 (patch)
treec3f4154734c22b4c244b272c93f9d7e359e5128e
parentf10c3810bb0abfa18b1a579ee927f460bf191b6d (diff)
OptionButton.xml word order fix
Change word order of 'Emitted the when...' into 'Emitted when the...'
-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">