浏览代码

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 {
     /**