From 5f9d5a0cea0165b472a521c45807809ea3bcc6d2 Mon Sep 17 00:00:00 2001 From: Mark Wilson <23439518+wlsnmrk@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:22:10 -0400 Subject: [PATCH] Docs: Fix typos for LineEdit reference --- doc/classes/LineEdit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index ef620da8471..e2aa13403a4 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -223,11 +223,11 @@ If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened. - If [code]true[/code], the [LineEdit] don't display decoration. + If [code]true[/code], the [LineEdit] doesn't display decoration. - Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead. + Language code used for line-breaking and text shaping algorithms. If left empty, current locale is used instead. Maximum number of characters that can be entered inside the [LineEdit]. If [code]0[/code], there is no limit.