Explorar o código

Update math.frustum.ts

Fix typo
Devin Wright %!s(int64=6) %!d(string=hai) anos
pai
achega
41b21b6baa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
     /**