diff --git a/src/ng/q.js b/src/ng/q.js index 8aff2e0cfe21..d3c904e07e85 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -280,7 +280,7 @@ function $$QProvider() { * @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. - @ param {=boolean} errorOnUnhandledRejections Whether an error should be generated on unhandled + * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled * promises rejections. * @returns {object} Promise manager. */