Skip to content

Commit 0485420

Browse files
thorn0petebacondarwin
authored andcommitted
docs($rootScope.Scope): grammar
Closes angular#15263
1 parent 5e05adf commit 0485420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/rootScope.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ function $RootScopeProvider() {
436436
* A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`.
437437
* If any one expression in the collection changes the `listener` is executed.
438438
*
439-
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every
440-
* call to $digest() to see if any items changes.
439+
* - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return
440+
* values are examined for changes on every call to `$digest`.
441441
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
442442
*
443443
* @param {Array.<string|Function(scope)>} watchExpressions Array of expressions that will be individually

0 commit comments

Comments
 (0)