File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ function $RootScopeProvider() {
254
254
*
255
255
* - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest
256
256
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
257
- * its value when executed multiple times with the same input because it may be executed multiple
257
+ * its value when executed multiple times with the same input because it may be executed multiple
258
258
* times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be
259
259
* [idempotent](http://en.wikipedia.org/wiki/Idempotence).
260
260
* - The `listener` is called only when the value from the current `watchExpression` and the
You can’t perform that action at this time.
0 commit comments