From 8f082d63c62cd3b3c3f7b6c265eebe770e9d8d97 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Sat, 29 Aug 2020 17:14:34 +0200 Subject: OptionButton.xml word order fix Change word order of 'Emitted the when...' into 'Emitted when the...' --- doc/classes/OptionButton.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') 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 @@ - 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. -- cgit v1.2.3