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

(cherry picked from commit 426bcc9941)
This commit is contained in:
Sean Heffernan
2019-05-23 19:15:43 -07:00
committed by Rémi Verschelde
parent ce786bd100
commit d846a0aaa3
63 changed files with 202 additions and 190 deletions

View File

@@ -82,7 +82,7 @@
<return type="int">
</return>
<description>
Return the size of the array.
Returns the size of the array.
</description>
</method>
</methods>