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 @@ -285,7 +285,7 @@ function $RootScopeProvider() {
285
285
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
286
286
* its value when executed multiple times with the same input because it may be executed multiple
287
287
* times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be
288
- * [idempotent](http://en.wikipedia.org/wiki/Idempotence).
288
+ * [idempotent](http://en.wikipedia.org/wiki/Idempotence).)
289
289
* - The `listener` is called only when the value from the current `watchExpression` and the
290
290
* previous call to `watchExpression` are not equal (with the exception of the initial run,
291
291
* see below). Inequality is determined according to reference inequality,
You can’t perform that action at this time.
0 commit comments