Browse Source

Merge pull request #56228 from KoBeWi/returns_what

Fix get_v_scroll() desctiption in ItemList
Max Hilbrunner 3 years ago
parent
commit
9623fdf141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/ItemList.xml

+ 1 - 1
doc/classes/ItemList.xml

@@ -158,7 +158,7 @@
 		<method name="get_v_scroll_bar">
 			<return type="VScrollBar" />
 			<description>
-				Returns the [Object] ID associated with the list.
+				Returns the vertical scrollbar.
 				[b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their [member CanvasItem.visible] property.
 			</description>
 		</method>