Explorar o código

Fix typo: is ignore for now -> is ignored for now

Andrzej Bartosiński %!s(int64=5) %!d(string=hai) anos
pai
achega
0b688eb93d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Maths/math.vector.ts

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

@@ -3113,7 +3113,7 @@ export class Quaternion {
 
     /**
      * Returns a new Vector3 set with the Euler angles translated from the current quaternion
-     * @param order is a reserved parameter and is ignore for now
+     * @param order is a reserved parameter and is ignored for now
      * @returns a new Vector3 containing the Euler angles
      */
     public toEulerAngles(order = "YZX"): Vector3 {
@@ -3125,7 +3125,7 @@ export class Quaternion {
     /**
      * Sets the given vector3 "result" with the Euler angles translated from the current quaternion
      * @param result defines the vector which will be filled with the Euler angles
-     * @param order is a reserved parameter and is ignore for now
+     * @param order is a reserved parameter and is ignored for now
      * @returns the current unchanged quaternion
      */
     public toEulerAnglesToRef(result: Vector3): Quaternion {