瀏覽代碼

Merge pull request #41602 from Andy0903/option-button-signal-word-order-fix

OptionButton.xml word order fix
Rémi Verschelde 5 年之前
父節點
當前提交
bb724ffd02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/OptionButton.xml

+ 1 - 1
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">