diff --git a/src/ng/q.js b/src/ng/q.js index d559d4d38688..c1f6712aacae 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -136,7 +136,7 @@ * * # Differences between Kris Kowal's Q and $q * - * There are three main differences: + * There are two main differences: * * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation * mechanism in angular, which means faster propagation of resolution or rejection into your