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:
@@ -36,14 +36,14 @@
|
||||
<return type="Label">
|
||||
</return>
|
||||
<description>
|
||||
Return the label used for built-in text.
|
||||
Returns the label used for built-in text.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_ok">
|
||||
<return type="Button">
|
||||
</return>
|
||||
<description>
|
||||
Return the OK Button.
|
||||
Returns the OK Button.
|
||||
</description>
|
||||
</method>
|
||||
<method name="register_text_enter">
|
||||
|
||||
Reference in New Issue
Block a user