diff options
| author | Robin Böhm | 2013-12-02 14:04:52 +0100 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2013-12-09 20:46:21 +0000 | 
| commit | d653607162488839b440de7b00b3c00d360bca3a (patch) | |
| tree | 066292e10d70585ac4bd695a08b6f9b4ce83472c | |
| parent | 082fe180ecfbe9d4612fb8b3ccc5c2ac203e5c6c (diff) | |
| download | angular.js-d653607162488839b440de7b00b3c00d360bca3a.tar.bz2 | |
docs($q): correct typo in the 'Differences Q/$q' section
Closes #5230
| -rw-r--r-- | src/ng/q.js | 2 | 
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 | 
