Merge pull request #55500 from KoBeWi/just_doc_things

Misc improvements to various docs
This commit is contained in:
Max Hilbrunner
2021-12-06 15:34:21 +01:00
committed by GitHub
6 changed files with 13 additions and 12 deletions

View File

@@ -201,7 +201,7 @@
<argument index="0" name="to" type="Vector3" />
<argument index="1" name="delta" type="float" />
<description>
Moves this vector toward [code]to[/code] by the fixed [code]delta[/code] amount.
Moves this 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">