Fix typos and inconsistencies in classref

This commit is contained in:
Haoyu Qiu
2023-03-16 13:56:09 +08:00
parent e01b828575
commit 57d4272984
13 changed files with 31 additions and 43 deletions

View File

@@ -190,7 +190,7 @@
<method name="normalized" qualifiers="const">
<return type="Vector4" />
<description>
Returns the result of scaling the vector to unit length. Equivalent to [code]v / v.length()[/code].
Returns the result of scaling the vector to unit length. Equivalent to [code]v / v.length()[/code]. See also [method is_normalized].
</description>
</method>
<method name="posmod" qualifiers="const">