소스 검색

comment typo

Julien Barrois 6 년 전
부모
커밋
bb80ef4a69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Math/babylon.math.ts

+ 1 - 1
src/Math/babylon.math.ts

@@ -4312,7 +4312,7 @@ module BABYLON {
             //  - sign(i,j) = (i+j) % 2 === 0 ? 1 : -1
             //  - Minor(i, j) is the 3x3 matrix we get by removing row i and column j from current Matrix
             //
-            // Herre we do that for the 1st row.
+            // Here we do that for the 1st row.
 
             const det_22_33 = m22 * m33 - m32 * m23;
             const det_21_33 = m21 * m33 - m31 * m23;