From dcf6d1692302497c16fbb2a8ce000ee7fbf2aefa Mon Sep 17 00:00:00 2001
From: ProgrammerOnCoffee
<171874668+ProgrammerOnCoffee@users.noreply.github.com>
Date: Mon, 10 Mar 2025 10:13:34 -0400
Subject: [PATCH] Fix CodeEdit typos
---
doc/classes/CodeEdit.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml
index 77d3728677e..7050fcfdfd8 100644
--- a/doc/classes/CodeEdit.xml
+++ b/doc/classes/CodeEdit.xml
@@ -582,7 +582,7 @@
If [code]true[/code], lines can be folded. Otherwise, line folding methods like [method fold_line] will not work and [method can_fold_line] will always return [code]false[/code]. See [member gutters_draw_fold_gutter].
- Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently.
+ Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is drawn more prominently.
Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted.
@@ -596,7 +596,7 @@
- Emitted when a breakpoint is added or removed from a line. If the line is moved via backspace a removed is emitted at the old line.
+ Emitted when a breakpoint is added or removed from a line. If the line is removed via backspace, a signal is emitted at the old line.