aboutsummaryrefslogtreecommitdiffstats
path: root/src/Browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Browser.js')
-rw-r--r--src/Browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Browser.js b/src/Browser.js
index 7f8ee729..af87c47d 100644
--- a/src/Browser.js
+++ b/src/Browser.js
@@ -324,7 +324,7 @@ function Browser(window, document, body, XHR, $log) {
* @name angular.service.$browser#defer
* @methodOf angular.service.$browser
* @param {function()} fn A function, who's execution should be defered.
- * @param {int=} [delay=0] of milliseconds to defer the function execution.
+ * @param {number=} [delay=0] of milliseconds to defer the function execution.
*
* @description
* Executes a fn asynchroniously via `setTimeout(fn, delay)`.