Skip to content

Commit a2bf79b

Browse files
oddmjellimist
authored andcommitted
docs($rootScope): add missing round bracket
Closes angular#15299
1 parent 8a9eb01 commit a2bf79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function $RootScopeProvider() {
285285
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
286286
* its value when executed multiple times with the same input because it may be executed multiple
287287
* 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).)
289289
* - The `listener` is called only when the value from the current `watchExpression` and the
290290
* previous call to `watchExpression` are not equal (with the exception of the initial run,
291291
* see below). Inequality is determined according to reference inequality,

0 commit comments

Comments
 (0)