Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bffe6fa

Browse files
willtjpetebacondarwin
authored andcommitted
docs($scope): clarify documentation for $broadcast
1 parent ac8ba10 commit bffe6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ function $RootScopeProvider(){
862862
* Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed
863863
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
864864
*
865-
* @param {string} name Event name to emit.
865+
* @param {string} name Event name to broadcast.
866866
* @param {...*} args Optional set of arguments which will be passed onto the event listeners.
867867
* @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
868868
*/

0 commit comments

Comments
 (0)