Merge pull request #82748 from sepTN/than-then-typo

Fix typos in documentation: `than/then` and `loose/lose`
This commit is contained in:
Rémi Verschelde
2023-10-04 15:44:52 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1169,7 +1169,7 @@
Allow scrolling past the last line into "virtual" space.
</member>
<member name="scroll_smooth" type="bool" setter="set_smooth_scroll_enabled" getter="is_smooth_scroll_enabled" default="false">
Scroll smoothly over the text rather then jumping to the next location.
Scroll smoothly over the text rather than jumping to the next location.
</member>
<member name="scroll_v_scroll_speed" type="float" setter="set_v_scroll_speed" getter="get_v_scroll_speed" default="80.0">
Sets the scroll speed with the minimap or when [member scroll_smooth] is enabled.