diff --git a/doc/ArrayType.html b/doc/ArrayType.html
index 05c2dbb..e36ea7e 100644
--- a/doc/ArrayType.html
+++ b/doc/ArrayType.html
@@ -141,7 +141,7 @@
Parameters:
Source:
@@ -1147,7 +1147,7 @@ Parameters:
Source:
diff --git a/doc/ChoiceType.html b/doc/ChoiceType.html
index 868bed1..48e4d85 100644
--- a/doc/ChoiceType.html
+++ b/doc/ChoiceType.html
@@ -145,7 +145,7 @@ Parameters:
Source:
@@ -1149,7 +1149,7 @@ Parameters:
Source:
diff --git a/doc/EnumType.html b/doc/EnumType.html
index 329d206..2ee9ca6 100644
--- a/doc/EnumType.html
+++ b/doc/EnumType.html
@@ -214,7 +214,7 @@ Properties
Source:
@@ -1227,7 +1227,7 @@ Parameters:
Source:
diff --git a/doc/MapType.html b/doc/MapType.html
index 5e467e3..a610e67 100644
--- a/doc/MapType.html
+++ b/doc/MapType.html
@@ -164,7 +164,7 @@ Parameters:
Source:
@@ -1173,7 +1173,7 @@ Parameters:
Source:
diff --git a/doc/OptionalType.html b/doc/OptionalType.html
index c4de3d4..7151af4 100644
--- a/doc/OptionalType.html
+++ b/doc/OptionalType.html
@@ -140,7 +140,7 @@ Parameters:
Source:
@@ -1152,7 +1152,7 @@ Parameters:
Source:
diff --git a/doc/PointerType.html b/doc/PointerType.html
index 976c819..e153873 100644
--- a/doc/PointerType.html
+++ b/doc/PointerType.html
@@ -142,7 +142,7 @@ Parameters:
Source:
@@ -1158,7 +1158,7 @@ Parameters:
Source:
diff --git a/doc/SetType.html b/doc/SetType.html
index e95e5ea..a5fb095 100644
--- a/doc/SetType.html
+++ b/doc/SetType.html
@@ -142,7 +142,7 @@ Parameters:
Source:
@@ -1148,7 +1148,7 @@ Parameters:
Source:
diff --git a/doc/StructType.html b/doc/StructType.html
index 5d90881..80651c6 100644
--- a/doc/StructType.html
+++ b/doc/StructType.html
@@ -1151,7 +1151,7 @@ Parameters:
Source:
diff --git a/doc/structure-types.js.html b/doc/structure-types.js.html
index 0d12c0e..4a2e508 100644
--- a/doc/structure-types.js.html
+++ b/doc/structure-types.js.html
@@ -797,7 +797,6 @@ Source: structure-types.js
this.fields.sort((a, b) => { //so field order is predictable
if (a[NAME] < b[NAME]) return -1;
else if (a[NAME] > b[NAME]) return 1;
- else assert.fail('Should not have any duplicate fields');
});
}
addToBuffer(buffer) {