aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/q.js
diff options
context:
space:
mode:
authorRobin Böhm2013-12-02 14:04:52 +0100
committerPeter Bacon Darwin2013-12-09 20:46:21 +0000
commitd653607162488839b440de7b00b3c00d360bca3a (patch)
tree066292e10d70585ac4bd695a08b6f9b4ce83472c /src/ng/q.js
parent082fe180ecfbe9d4612fb8b3ccc5c2ac203e5c6c (diff)
downloadangular.js-d653607162488839b440de7b00b3c00d360bca3a.tar.bz2
docs($q): correct typo in the 'Differences Q/$q' section
Closes #5230
Diffstat (limited to 'src/ng/q.js')
-rw-r--r--src/ng/q.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/q.js b/src/ng/q.js
index d559d4d3..c1f6712a 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