Sebastien Lebreton 5 years ago
parent
commit
911c68e4cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Maths/math.vector.ts

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

@@ -1311,7 +1311,7 @@ export class Vector3 {
      * @param array defines the source array
      * @param offset defines the offset in the source array
      * @returns the new Vector3
-     * @deprecated Please use Use FromArray instead.
+     * @deprecated Please use FromArray instead.
      */
     public static FromFloatArray(array: DeepImmutable<Float32Array>, offset?: number): Vector3 {
         return Vector3.FromArray(array, offset);