summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-22 08:58:50 +0100
committerGitHub <noreply@github.com>2019-11-22 08:58:50 +0100
commit2ea0d79073849e3ecd27d382588955c4fc886c3d (patch)
tree953952181ba1b46ccafce646774b69dfb06d759a /doc/classes
parent28613ab8c9f48c5d0cb5c1f23df6d1b662872f51 (diff)
parentc41c24562d4c85c71368d9381fc3046e4d6b7a69 (diff)
Merge pull request #33810 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorVCSInterface.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/EditorVCSInterface.xml b/doc/classes/EditorVCSInterface.xml
index 3ae19e5dce..23d608dea8 100644
--- a/doc/classes/EditorVCSInterface.xml
+++ b/doc/classes/EditorVCSInterface.xml
@@ -34,13 +34,6 @@
- [code]"offset"[/code] to store the offset of the line change since the first contextual line content.
</description>
</method>
- <method name="is_vcs_initialized">
- <return type="bool">
- </return>
- <description>
- Returns [code]true[/code] if the VCS addon has been initialized, else returns [code]false[/code].
- </description>
- </method>
<method name="get_modified_files_data">
<return type="Dictionary">
</return>
@@ -84,6 +77,13 @@
Returns [code]true[/code] if the addon is ready to respond to function calls, else returns [code]false[/code].
</description>
</method>
+ <method name="is_vcs_initialized">
+ <return type="bool">
+ </return>
+ <description>
+ Returns [code]true[/code] if the VCS addon has been initialized, else returns [code]false[/code].
+ </description>
+ </method>
<method name="shut_down">
<return type="bool">
</return>