aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorwilltj2013-05-10 22:02:09 +0200
committerPete Bacon Darwin2013-05-10 21:24:08 +0100
commitbffe6fa8a60d2b42685c56442a02e0881f00d810 (patch)
tree3e2d3d3c1ab4601de49ef83d9a10af26a1f316dc /src
parentac8ba104d4f8a20d107d184d81be83b2eaefec91 (diff)
downloadangular.js-bffe6fa8a60d2b42685c56442a02e0881f00d810.tar.bz2
docs($scope): clarify documentation for $broadcast
Diffstat (limited to 'src')
-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 0892843d..904f24d4 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -862,7 +862,7 @@ function $RootScopeProvider(){
* Any exception emitted 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}
*/