Selaa lähdekoodia

Update math.frustum.ts

Fix typo
Devin Wright 6 vuotta sitten
vanhempi
commit
41b21b6baa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {
     /**