David Catuhe 6 年之前
父节点
当前提交
a2606460dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Bones/skeleton.ts

+ 1 - 1
src/Bones/skeleton.ts

@@ -520,7 +520,7 @@ export class Skeleton implements IAnimatable {
     /**
      * Clone the current skeleton
      * @param name defines the name of the new skeleton
-     * @param id defines the id of the enw skeleton
+     * @param id defines the id of the new skeleton
      * @returns the new skeleton
      */
     public clone(name: string, id: string): Skeleton {