Skip to content

Commit 60ad951

Browse files
authored
Update Matrix4.html
Fix typo.
1 parent e9d5ba5 commit 60ad951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/math/Matrix4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>[method:this copyPosition]( [param:Matrix4 m] )</h3>
138138

139139
<h3>[method:null decompose]( [param:Vector3 position], [param:Quaternion quaternion], [param:Vector3 scale] )</h3>
140140
<p>
141-
Decomposes this matrix into it's [page:Vector3 position], [page:Quaternion quaternion] and [page:Vector3 scale] components.<br/><br/>
141+
Decomposes this matrix into its [page:Vector3 position], [page:Quaternion quaternion] and [page:Vector3 scale] components.<br/><br/>
142142
Note: Not all matrices are decomposable in this way. For example, if an object has a non-uniformly scaled parent, then the object's world matrix may not be decomposable, and this method may not be appropriate.
143143
</p>
144144

0 commit comments

Comments
 (0)