Parcourir la source

Update math.frustum.ts

Fix typo
Devin Wright il y a 6 ans
Parent
commit
41b21b6baa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {
     /**