From 2d90ef60b00864267dbdb76a0c5009469ddd2a4d Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 23 Oct 2017 08:08:36 -0700 Subject: [PATCH] q: Fix lint (#20801) --- types/q/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }