diff --git a/src/ng/interval.js b/src/ng/interval.js index 9857860d6485..9a913d49c866 100644 --- a/src/ng/interval.js +++ b/src/ng/interval.js @@ -168,7 +168,7 @@ function $IntervalProvider() { * @description * Cancels a task associated with the `promise`. * - * @param {number} promise Promise returned by the `$interval` function. + * @param {promise} Promise returned by the `$interval` function. * @returns {boolean} Returns `true` if the task was successfully canceled. */ interval.cancel = function(promise) {