Browse Source

Merge pull request #11202 from EliasHasle/patch-3

Corrected typo in doc for Matrix4.extractBasis
Mr.doob 8 years ago
parent
commit
acd8b05d02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/math/Matrix4.html

+ 1 - 1
docs/api/math/Matrix4.html

@@ -168,7 +168,7 @@ m, n, o, p
 		then the [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] will be set to:
 		<code>
 xAxis = (a, e, i)
-yAxis = (d, f, j)
+yAxis = (b, f, j)
 zAxis = (c, g, k)
 		</code>
 		</div>