From 426bcc9941e98696c872b0f6421d2ef28b987e60 Mon Sep 17 00:00:00 2001 From: Sean Heffernan Date: Thu, 23 May 2019 19:15:43 -0700 Subject: 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 --- doc/classes/Texture.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes/Texture.xml') diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 39f3ee447c..4418a6ce8f 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -74,21 +74,21 @@ - Return the texture height. + Returns the texture height. - Return the texture size. + Returns the texture size. - Return the texture width. + Returns the texture width. -- cgit v1.2.3