소스 검색

Update math.frustum.ts

Fix typo
Devin Wright 6 년 전
부모
커밋
41b21b6baa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Maths/math.frustum.ts

+ 1 - 1
src/Maths/math.frustum.ts

@@ -3,7 +3,7 @@ import { DeepImmutable } from '../types';
 import { Plane } from './math.plane';
 
 /**
- * Reprasents a camera frustum
+ * Represents a camera frustum
  */
 export class Frustum {
     /**