소스 검색

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

Feniks 4 년 전
부모
커밋
59ed3c1aaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/TextEdit.xml

+ 1 - 1
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">