Explorar o código

Merge pull request #6412 from rpajo/master

Typo fix
sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
ac7f20bfa6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Maths/math.ts

+ 1 - 1
src/Maths/math.ts

@@ -2086,7 +2086,7 @@ export class Vector3 {
     // Properties
     /**
      * Gets the length of the Vector3
-     * @returns the length of the Vecto3
+     * @returns the length of the Vector3
      */
     public length(): number {
         return Math.sqrt(this.x * this.x + this.y * this.y + this.z * this.z);