diff --git a/src/ng/q.js b/src/ng/q.js index 125e8e0c0549..d559d4d38688 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -165,7 +165,7 @@ * // Propagate promise resolution to 'then' functions using $apply(). * $rootScope.$apply(); * expect(resolvedValue).toEqual(123); - * }); + * })); * */ function $QProvider() {