diff --git a/teal-src/prosody/util/set.d.tl b/teal-src/prosody/util/set.d.tl index 1631eec40..a23dd2584 100644 --- a/teal-src/prosody/util/set.d.tl +++ b/teal-src/prosody/util/set.d.tl @@ -4,6 +4,7 @@ local record lib contains : function (Set, T) : boolean contains_set : function (Set, Set) : boolean items : function (Set) : function (Set, T) : T + remove : function (Set, T) add_list : function (Set, { T }) include : function (Set, Set) exclude : function (Set, Set)