diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 2f23d64003..c038daa684 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -906,7 +906,8 @@ interface JQueryStatic { * * @param array The Array of DOM elements. * @see {@link https://api.jquery.com/jQuery.uniqueSort/} - * @since 1.12-2.2 + * @since 1.12 + * @since 2.2 */ uniqueSort(array: T[]): T[]; /**