diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-06-16 22:15:29 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-06-16 22:15:29 +0800 |
commit | bf5f13e6a084ebe8558a38fa2b68921dc00fc4f5 (patch) | |
tree | 7ecb5e3eca2242d571feb459f04b21cc299fea7e /doc/classes | |
parent | 34e308e044b7ac1996d9caf4959dd97276bb6d32 (diff) |
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"> |