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

fix typo in Vector3 class doc comment

Kyle Belfort пре 5 година
родитељ
комит
2ad2d67e5e
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