diff options
| author | Peter Bacon Darwin | 2014-02-26 11:46:02 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-26 11:47:22 +0000 | 
| commit | 332e935048d161764046b43fe6599e1db2afc3b6 (patch) | |
| tree | e560b374b78b75e9bf27d67dbf8d5f2de6598f2d /src/ng/q.js | |
| parent | 30c8207e0f2e10a6f02a0c2ba16825ad27092108 (diff) | |
| download | angular.js-332e935048d161764046b43fe6599e1db2afc3b6.tar.bz2 | |
docs(*): fix jsdoc type expressions
These errors in the docs were preventing some parts of the docs from being
parsed.
Diffstat (limited to 'src/ng/q.js')
| -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 e7ff26ef..eb3b2bed 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -181,7 +181,7 @@ function $QProvider() {  /**   * Constructs a promise manager.   * - * @param {function(function)} nextTick Function for executing functions in the next turn. + * @param {function(Function)} nextTick Function for executing functions in the next turn.   * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for   *     debugging purposes.   * @returns {object} Promise manager. | 
