diff options
author | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-22 17:50:45 -0400 |
---|---|---|
committer | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-23 16:13:30 -0400 |
commit | eaac1e3b81e3c330a23183c6638dfd08efbf427d (patch) | |
tree | 75533b75724c4fe0c5e6ad444c84c30f762639b7 /doc/classes/ItemList.xml | |
parent | 2613e59f59a67d78214e58cdb8856f50bfc08b19 (diff) | |
download | redot-engine-eaac1e3b81e3c330a23183c6638dfd08efbf427d.tar.gz |
[Docs] Remove double-spaces from descriptions, as well a couple other small fixes
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r-- | doc/classes/ItemList.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 4723cf8ee4..38d32fe7c8 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -33,7 +33,7 @@ <argument index="2" name="selectable" type="bool" default="true"> </argument> <description> - Adds an item to the item list with specified text. Specify an icon of null for a list item with no icon. + Adds an item to the item list with specified text. Specify an icon of null for a list item with no icon. If selectable is true the list item will be selectable. </description> </method> @@ -222,7 +222,7 @@ </argument> <description> Select the item at the specified index. - Note: This method does not trigger the item selection signal. + Note: This method does not trigger the item selection signal. </description> </method> <method name="set_item_custom_bg_color"> |