aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwilltj2013-05-10 22:02:09 +0200
committerPete Bacon Darwin2013-05-10 21:24:38 +0100
commitefc863844c74623cf75b35efd7957366b6350e1d (patch)
tree9a1a2da9ddbd791191e1329d210cd85e60750ed0
parentcc260e786401e4d18d9a9f231225d85163eac479 (diff)
downloadangular.js-efc863844c74623cf75b35efd7957366b6350e1d.tar.bz2
docs($scope): clarify documentation for $broadcast
-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 56e03757..1025bbd7 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -731,7 +731,7 @@ function $RootScopeProvider(){
* Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
*
- * @param {string} name Event name to emit.
+ * @param {string} name Event name to broadcast.
* @param {...*} args Optional set of arguments which will be passed onto the event listeners.
* @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
*/