summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2023-04-17 19:08:08 +0200
committerGitHub <noreply@github.com>2023-04-17 19:08:08 +0200
commitde416c5cbdb50f45581ff6cab1e6448f5ff81536 (patch)
tree9a588ccacb71c19a62e64013e01899271f6dab4a /doc
parente349cd8b86345d7fb38158d3b58fddbac4e79eb4 (diff)
parentf587a218990727d23b883ba4e385fda8e0fa47e5 (diff)
downloadredot-engine-de416c5cbdb50f45581ff6cab1e6448f5ff81536.tar.gz
Merge pull request #74623 from MewPurPur/edit-text-with-style
Code style improvements to text_edit and related
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TextEdit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 633e1b4e74..a1552982ae 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -498,7 +498,7 @@
<return type="String" />
<param index="0" name="caret_index" type="int" default="-1" />
<description>
- Returns the text inside the selection.
+ Returns the text inside the selection of a caret, or all the carets if [param caret_index] is its default value [code]-1[/code].
</description>
</method>
<method name="get_selection_column" qualifiers="const">
@@ -1378,7 +1378,7 @@
Select whole words as if the user double clicked.
</constant>
<constant name="SELECTION_MODE_LINE" value="4" enum="SelectionMode">
- Select whole lines as if the user tripped clicked.
+ Select whole lines as if the user triple clicked.
</constant>
<constant name="LINE_WRAPPING_NONE" value="0" enum="LineWrappingMode">
Line wrapping is disabled.