You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Change "Return" to "Returns" where necessary in XML documentation
In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<return type="PopupMenu">
|
||||
</return>
|
||||
<description>
|
||||
Return the [PopupMenu] contained in this button.
|
||||
Returns the [PopupMenu] contained in this button.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_disable_shortcuts">
|
||||
|
||||
Reference in New Issue
Block a user