David Sehnal 7 年之前
父节点
当前提交
be3ce9f1c7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/structure/model.ts

+ 0 - 1
src/structure/model.ts

@@ -17,7 +17,6 @@ export interface Unit extends Readonly<{
 }> { }
 
 export namespace Unit {
-    /** Represent the th */
     export interface Structure extends Readonly<{
         data: Data.Structure,
         /** A globally unique number for this instance (to easily determine unique structures within a model) */