Browse Source

Changed mouse cursor to the caret (text cursor) location.

(cherry picked from commit 59ed3c1aaf356f571464135f46e16441e66b5433)
Feniks 4 years ago
parent
commit
c58b5c5df4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/TextEdit.xml

+ 1 - 1
doc/classes/TextEdit.xml

@@ -223,7 +223,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="has_keyword_color" qualifiers="const">