From be3ce9f1c7e9e91c2e4f291d343c7e30f2b4914f Mon Sep 17 00:00:00 2001
From: David Sehnal <david.sehnal@gmail.com>
Date: Thu, 5 Oct 2017 19:49:29 +0200
Subject: [PATCH] thing

---
 src/structure/model.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/structure/model.ts b/src/structure/model.ts
index 44c0f9a3b..47b1e863e 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) */
-- 
GitLab