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

Update src/babylon.types.ts

Co-Authored-By: barroij <barrois.julien@gmail.com>
David Catuhe преди 6 години
родител
ревизия
9bf5b25090
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/babylon.types.ts

+ 1 - 1
src/babylon.types.ts

@@ -44,7 +44,7 @@ module BABYLON {
           DeepImmutable<T>;
 
     /**
-     * Type modififier to make all the properties of an object Readonly recursively
+     * Type modifier to make all the properties of an object Readonly recursively
      */
     export type DeepImmutable<T> = T extends Primitive
       ? T