aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index a299bb88..9be37b9f 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -619,7 +619,7 @@ function $RootScopeProvider(){
* event life cycle.
*
* @param {string} name Event name to listen on.
- * @param {function(event)} listener Function to call when the event is emitted.
+ * @param {function(event, args...)} listener Function to call when the event is emitted.
* @returns {function()} Returns a deregistration function for this listener.
*
* The event listener function format is: `function(event, args...)`. The `event` object