Sfoglia il codice sorgente

Merge pull request #105126 from ProgrammerOnCoffee/fix-codeedit-typos

Fix CodeEdit typos
Thaddeus Crews 5 mesi fa
parent
commit
997cdc47dc
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      doc/classes/CodeEdit.xml

+ 2 - 2
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].
 		</member>
 		<member name="line_length_guidelines" type="int[]" setter="set_line_length_guidelines" getter="get_line_length_guidelines" default="[]">
-			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.
 		</member>
 		<member name="symbol_lookup_on_click" type="bool" setter="set_symbol_lookup_on_click_enabled" getter="is_symbol_lookup_on_click_enabled" default="false">
 			Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted.
@@ -596,7 +596,7 @@
 		<signal name="breakpoint_toggled">
 			<param index="0" name="line" type="int" />
 			<description>
-				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.
 			</description>
 		</signal>
 		<signal name="code_completion_requested">