File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,8 +436,8 @@ function $RootScopeProvider() {
436
436
* A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`.
437
437
* If any one expression in the collection changes the `listener` is executed.
438
438
*
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` .
441
441
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
442
442
*
443
443
* @param {Array.<string|Function(scope)> } watchExpressions Array of expressions that will be individually
You can’t perform that action at this time.
0 commit comments