Skip to content

Commit 62bb728

Browse files
mernenmhevery
authored andcommitted
docs($rootScope): fix quoting on expression
1 parent b8eb843 commit 62bb728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function $RootScopeProvider(){
221221
* reruns when it detects changes the `watchExpression` can execute multiple times per
222222
* {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.)
223223
* - The `listener` is called only when the value from the current `watchExpression` and the
224-
* previous call to `watchExpression' are not equal (with the exception of the initial run
224+
* previous call to `watchExpression` are not equal (with the exception of the initial run
225225
* see below). The inequality is determined according to
226226
* {@link angular.equals} function. To save the value of the object for later comparison
227227
* {@link angular.copy} function is used. It also means that watching complex options will

0 commit comments

Comments
 (0)