summaryrefslogtreecommitdiff
path: root/doc/classes/EditorSpatialGizmo.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-05-24 12:21:12 +0200
committerGitHub <noreply@github.com>2019-05-24 12:21:12 +0200
commitc8957295a6f86a53810ca7cbd57d8999a4c94f1f (patch)
treeffa48bedd4ea1047dde4f11a09888489e2923a1e /doc/classes/EditorSpatialGizmo.xml
parent71d46fffcf39719fe2bfe9e64e78a08774546cb7 (diff)
parent426bcc9941e98696c872b0f6421d2ef28b987e60 (diff)
Merge pull request #29146 from seandheffernan/returnFix2
Change "Return" to "Returns" where necessary in XML documentation
Diffstat (limited to 'doc/classes/EditorSpatialGizmo.xml')
-rw-r--r--doc/classes/EditorSpatialGizmo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSpatialGizmo.xml b/doc/classes/EditorSpatialGizmo.xml
index da7fee1cf7..5d5c37b212 100644
--- a/doc/classes/EditorSpatialGizmo.xml
+++ b/doc/classes/EditorSpatialGizmo.xml
@@ -123,7 +123,7 @@
<return type="EditorSpatialGizmoPlugin">
</return>
<description>
- Return the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to retrieve materials using [method EditorSpatialGizmoPlugin.get_material].
+ Returns the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to retrieve materials using [method EditorSpatialGizmoPlugin.get_material].
</description>
</method>
<method name="get_spatial_node" qualifiers="const">