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:
parent
a46b8e1ebf
commit
426bcc9941
64 changed files with 193 additions and 193 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue