Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f5f802c

Browse files
oddmjgkalpak
authored andcommitted
docs($rootScope): add missing round bracket
Closes #15299
1 parent 35482ba commit f5f802c

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)