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

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