Misc improvements to various docs

This commit is contained in:
kobewi
2021-11-30 22:32:23 +01:00
parent e223a9c129
commit 244c5ecc64
6 changed files with 13 additions and 12 deletions

View File

@@ -219,7 +219,7 @@
<argument index="0" name="to" type="Vector2" />
<argument index="1" name="delta" type="float" />
<description>
Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount.
Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount. Will not go past the final value.
</description>
</method>
<method name="normalized" qualifiers="const">