From d99a0a5fba0b9fa9a51a4af36cbe9fdd16b64db4 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Fri, 12 Apr 2019 17:34:15 +0530 Subject: [PATCH] fixes #25707 documentation of v_scroll_speed Fixes #25707 Update TextEdit.xml (cherry picked from commit 3f2aac5e0ab7740f0eabbf09ef9d17805d59b78b) --- doc/classes/TextEdit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index e237cfa220c..ec9f335ac55 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -401,9 +401,10 @@ String value of the [TextEdit]. - If [code]true[/code], enables text wrapping when it goes beyond he edge of what is visible. + Vertical scroll sensitivity. + If [code]true[/code], enables text wrapping when it goes beyond the edge of what is visible.