Skip to content

Commit efc8638

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

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
@@ -731,7 +731,7 @@ function $RootScopeProvider(){
731731
* Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed
732732
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
733733
*
734-
* @param {string} name Event name to emit.
734+
* @param {string} name Event name to broadcast.
735735
* @param {...*} args Optional set of arguments which will be passed onto the event listeners.
736736
* @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
737737
*/

0 commit comments

Comments
 (0)