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
|
|
@ -82,7 +82,7 @@
|
|||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Return the size of the array.
|
||||
Returns the size of the array.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue