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/GraphEdit.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/GraphEdit.xml')
-rw-r--r-- | doc/classes/GraphEdit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 145cd243bc..db186eab35 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -80,7 +80,7 @@ <return type="Array"> </return> <description> - Return an Array containing the list of connections. A connection consists in a structure of the form {from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" } + Returns an Array containing the list of connections. A connection consists in a structure of the form {from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" } </description> </method> <method name="get_zoom_hbox"> @@ -101,7 +101,7 @@ <argument index="3" name="to_port" type="int"> </argument> <description> - Return [code]true[/code] if the 'from_port' slot of 'from' GraphNode is connected to the 'to_port' slot of 'to' GraphNode. + Returns [code]true[/code] if the 'from_port' slot of 'from' GraphNode is connected to the 'to_port' slot of 'to' GraphNode. </description> </method> <method name="is_valid_connection_type" qualifiers="const"> |