Browse Source

Update math.frustum.ts

Fix typo
Devin Wright 6 years ago
parent
commit
41b21b6baa
1 changed files with 1 additions and 1 deletions
  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 {
     /**