diff --git a/functions/amend.html b/functions/amend.html
index 8833ebc91..109de1022 100644
--- a/functions/amend.html
+++ b/functions/amend.html
@@ -1,2 +1,2 @@
amend | type-plus - v8.0.0-beta.6- amend<S>(subject): {
intersect<T>(): S | T;
union<T>(): T & S;
} Returns {
intersect<T>(): S | T;
union<T>(): T & S;
}
intersect:function
- intersect<T>(): S | T
Returns S | T
union:function
- union<T>(): T & S
Returns T & S
+Returns {
intersect<T>(): S | T;
union<T>(): T & S;
}
intersect:function
- intersect<T>(): S | T
Returns S | T
union:function
- union<T>(): T & S
Returns T & S
amend
-subject
with typeT