We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea1815 commit 777f18eCopy full SHA for 777f18e
1 file changed
docs/api/math/Vector3.html
@@ -146,7 +146,7 @@ <h3>[method:Float lengthManhattan]() [page:Vector3 this]</h3>
146
147
<h3>[method:Vector3 normalize]() [page:Vector3 this]</h3>
148
<div>
149
- Normalizes this vector. Transforms this Vector into a Unit vector by dividing the vector by it's length.
+ Normalizes this vector. Transforms this Vector into a Unit vector by dividing the vector by its length.
150
</div>
151
152
<h3>[method:Float distanceTo]( [page:Vector3 v] ) [page:Vector3 this]</h3>
0 commit comments