diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-24 12:21:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 12:21:12 +0200 |
commit | c8957295a6f86a53810ca7cbd57d8999a4c94f1f (patch) | |
tree | ffa48bedd4ea1047dde4f11a09888489e2923a1e /doc/classes/EditorSpatialGizmo.xml | |
parent | 71d46fffcf39719fe2bfe9e64e78a08774546cb7 (diff) | |
parent | 426bcc9941e98696c872b0f6421d2ef28b987e60 (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.xml | 2 |
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"> |