diff options
author | Feniks <writetofeniks@gmail.com> | 2020-11-13 14:57:18 +0000 |
---|---|---|
committer | Feniks <writetofeniks@gmail.com> | 2020-11-13 14:57:18 +0000 |
commit | 59ed3c1aaf356f571464135f46e16441e66b5433 (patch) | |
tree | 8d7d301dde293c4bae58d570e8fc493a8e459bb9 | |
parent | 3c5e5ab3df71b5f8184c749acccc49f1f414266b (diff) |
Changed mouse cursor to the caret (text cursor) location.
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 53d706db2d..168cc8a1c3 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -270,7 +270,7 @@ <return type="String"> </return> <description> - Returns a [String] text with the word under the mouse cursor location. + Returns a [String] text with the word under the caret (text cursor) location. </description> </method> <method name="insert_text_at_cursor"> |