mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix documentation for consistency
This commit is contained in:
@@ -1234,7 +1234,7 @@
|
||||
<param index="1" name="to_line" type="int" />
|
||||
<description>
|
||||
Emitted immediately when the text changes.
|
||||
When text is added [param from_line] will be less then [param to_line]. On a remove [param to_line] will be less then [param from_line].
|
||||
When text is added [param from_line] will be less than [param to_line]. On a remove [param to_line] will be less than [param from_line].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="text_changed">
|
||||
|
||||
Reference in New Issue
Block a user