浏览代码

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