diff --git a/src/structure/model.ts b/src/structure/model.ts
index 44c0f9a3b942a7d8372762f75095d93e0b78110f..47b1e863e621d49d19f5b407801739aeb9d8eccc 100644
--- a/src/structure/model.ts
+++ b/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) */