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/MenuButton.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/MenuButton.xml') diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index dadc31b794..1043aa1087 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -13,7 +13,7 @@ - Return the [PopupMenu] contained in this button. + Returns the [PopupMenu] contained in this button. -- cgit v1.2.3