diff options
author | merumelu <merumelu@protonmail.com> | 2019-11-19 15:11:03 +0100 |
---|---|---|
committer | merumelu <merumelu@protonmail.com> | 2019-11-19 15:11:03 +0100 |
commit | 94fc676019a1af4c3fffc085625884deabce7ae3 (patch) | |
tree | 240b702d003b0fe8491830438b5c61ac1127cd1f /doc/classes | |
parent | 95f1f4e82a948f064bbbe32812a3f4b5c3c90bb7 (diff) |
Editor: fix typo in VCS plugin method names
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorVCSInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorVCSInterface.xml b/doc/classes/EditorVCSInterface.xml index f67c1c9eb5..3ae19e5dce 100644 --- a/doc/classes/EditorVCSInterface.xml +++ b/doc/classes/EditorVCSInterface.xml @@ -34,7 +34,7 @@ - [code]"offset"[/code] to store the offset of the line change since the first contextual line content. </description> </method> - <method name="get_is_vcs_intialized"> + <method name="is_vcs_initialized"> <return type="bool"> </return> <description> |