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 @@ -221,7 +221,7 @@ function $RootScopeProvider(){
221
221
* reruns when it detects changes the `watchExpression` can execute multiple times per
222
222
* {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.)
223
223
* - 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
225
225
* see below). The inequality is determined according to
226
226
* {@link angular.equals} function. To save the value of the object for later comparison
227
227
* {@link angular.copy} function is used. It also means that watching complex options will
You can’t perform that action at this time.
0 commit comments