diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-16 17:27:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 17:27:40 +0200 |
commit | 48fe9c97948f44125e68f3b8f67eaaf032c763bd (patch) | |
tree | 5e2315863b7ee4e153a2eee81a80a5efb5562753 /doc/classes | |
parent | ad28a03b4bbce7ee83950e31177ab384bb54cfd8 (diff) | |
parent | bf5f13e6a084ebe8558a38fa2b68921dc00fc4f5 (diff) |
Merge pull request #49657 from timothyqiu/postion
Fix typo in CodeEdit methods
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 4076198df6..15a2e76acc 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -184,7 +184,7 @@ Gets the end key for a string or comment region index. </description> </method> - <method name="get_delimiter_end_postion" qualifiers="const"> + <method name="get_delimiter_end_position" qualifiers="const"> <return type="Vector2"> </return> <argument index="0" name="line" type="int"> @@ -204,7 +204,7 @@ Gets the start key for a string or comment region index. </description> </method> - <method name="get_delimiter_start_postion" qualifiers="const"> + <method name="get_delimiter_start_position" qualifiers="const"> <return type="Vector2"> </return> <argument index="0" name="line" type="int"> |