Fix typo in CodeEdit methods

This commit is contained in:
Haoyu Qiu
2021-06-16 22:15:29 +08:00
parent 34e308e044
commit bf5f13e6a0
2 changed files with 4 additions and 4 deletions

View File

@@ -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">