summaryrefslogtreecommitdiffstats
path: root/doc/classes/NodePath.xml
diff options
context:
space:
mode:
authorSean Heffernan <seandheffernan@gmail.com>2019-05-23 19:15:43 -0700
committerSean Heffernan <seandheffernan@gmail.com>2019-05-23 21:11:24 -0700
commit426bcc9941e98696c872b0f6421d2ef28b987e60 (patch)
tree6e8f954997238b2b10ee9ce5847cca73a7d1d4db /doc/classes/NodePath.xml
parenta46b8e1ebfa0ef97c1fba046c6f2d975973c9401 (diff)
downloadredot-engine-426bcc9941e98696c872b0f6421d2ef28b987e60.tar.gz
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
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r--doc/classes/NodePath.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml
index 73739ba79a..554858d895 100644
--- a/doc/classes/NodePath.xml
+++ b/doc/classes/NodePath.xml
@@ -68,14 +68,14 @@
<return type="bool">
</return>
<description>
- Return [code]true[/code] if the node path is absolute (not relative).
+ Returns [code]true[/code] if the node path is absolute (not relative).
</description>
</method>
<method name="is_empty">
<return type="bool">
</return>
<description>
- Return [code]true[/code] if the node path is empty.
+ Returns [code]true[/code] if the node path is empty.
</description>
</method>
</methods>