From 0464f7d37d108b88ec31024d306169c249c5ad85 Mon Sep 17 00:00:00 2001 From: Georgii Dolzhykov Date: Thu, 13 Oct 2016 15:23:18 +0300 Subject: [PATCH] docs($rootScope.Scope): grammar --- src/ng/rootScope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 7731c646dfee..618c7b93872c 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -436,8 +436,8 @@ function $RootScopeProvider() { * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. * If any one expression in the collection changes the `listener` is executed. * - * - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every - * call to $digest() to see if any items changes. + * - The items in the `watchExpressions` array are observed via the standard `$watch` operation. Their return + * values are examined for changes on every call to `$digest`. * - The `listener` is called whenever any expression in the `watchExpressions` array changes. * * @param {Array.} watchExpressions Array of expressions that will be individually