Преглед изворни кода

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