diff --git a/types/q/index.d.ts b/types/q/index.d.ts index e192b6692b..f7158f7436 100644 --- a/types/q/index.d.ts +++ b/types/q/index.d.ts @@ -382,7 +382,7 @@ declare namespace Q { /** * Resets the global "Q" variable to the value it has before Q was loaded. * This will either be undefined if there was no version or the version of Q which was already loaded before. - * @returns { The last version of Q. } + * @returns The last version of Q. */ export function noConflict(): typeof Q; }