From efc863844c74623cf75b35efd7957366b6350e1d Mon Sep 17 00:00:00 2001 From: willtj Date: Fri, 10 May 2013 22:02:09 +0200 Subject: docs($scope): clarify documentation for $broadcast --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} */ -- cgit v1.2.3