فهرست منبع

Update src/babylon.types.ts

Co-Authored-By: barroij <barrois.julien@gmail.com>
David Catuhe 6 سال پیش
والد
کامیت
602dd1c08c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/babylon.types.ts

+ 1 - 1
src/babylon.types.ts

@@ -34,7 +34,7 @@ module BABYLON {
     type Primitive = undefined | null | boolean | string | number | Function;
 
     /**
-     * Type modififier to make all the properties of an object Readonly
+     * Type modifier to make all the properties of an object Readonly
      */
     export type Immutable<T> = T extends Primitive
       ? T