From 59ed3c1aaf356f571464135f46e16441e66b5433 Mon Sep 17 00:00:00 2001 From: Feniks Date: Fri, 13 Nov 2020 14:57:18 +0000 Subject: [PATCH] Changed mouse cursor to the caret (text cursor) location. --- doc/classes/TextEdit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 53d706db2d4..168cc8a1c33 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -270,7 +270,7 @@ - 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.