Преглед на файлове

Merge pull request #7207 from belfortk/master

fix typo in Vector3 class doc comment
David Catuhe преди 5 години
родител
ревизия
0747ba1e62
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Maths/math.vector.ts

+ 1 - 1
src/Maths/math.vector.ts

@@ -644,7 +644,7 @@ export class Vector2 {
 }
 
 /**
- * Classed used to store (x,y,z) vector representation
+ * Class used to store (x,y,z) vector representation
  * A Vector3 is the main object used in 3D geometry
  * It can represent etiher the coordinates of a point the space, either a direction
  * Reminder: js uses a left handed forward facing system