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/PacketPeer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/PacketPeer.xml') diff --git a/doc/classes/PacketPeer.xml b/doc/classes/PacketPeer.xml index 5a54c7ba1c..4109d9d462 100644 --- a/doc/classes/PacketPeer.xml +++ b/doc/classes/PacketPeer.xml @@ -13,7 +13,7 @@ - Return the number of packets currently available in the ring-buffer. + Returns the number of packets currently available in the ring-buffer. @@ -27,7 +27,7 @@ - Return the error state of the last packet received (via [method get_packet] and [method get_var]). + Returns the error state of the last packet received (via [method get_packet] and [method get_var]). -- cgit v1.2.3