mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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:
@@ -241,7 +241,7 @@
|
||||
<return type="EditorInterface">
|
||||
</return>
|
||||
<description>
|
||||
Return the [EditorInterface] object that gives you control over Godot editor's window and its functionalities.
|
||||
Returns the [EditorInterface] object that gives you control over Godot editor's window and its functionalities.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_plugin_icon" qualifiers="virtual">
|
||||
@@ -299,7 +299,7 @@
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return [code]true[/code] if this is a main screen editor plugin (it goes in the workspaces selector together with '2D', '3D', and 'Script').
|
||||
Returns [code]true[/code] if this is a main screen editor plugin (it goes in the workspaces selector together with '2D', '3D', and 'Script').
|
||||
</description>
|
||||
</method>
|
||||
<method name="hide_bottom_panel">
|
||||
|
||||
Reference in New Issue
Block a user