From 62bb728d0741bff98bd97d390a8236dbdfb000c6 Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Sun, 9 Sep 2012 23:29:00 -0300 Subject: docs($rootScope): fix quoting on expression --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 9039f0b3..e62bd9db 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -221,7 +221,7 @@ function $RootScopeProvider(){ * reruns when it detects changes the `watchExpression` can execute multiple times per * {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.) * - The `listener` is called only when the value from the current `watchExpression` and the - * previous call to `watchExpression' are not equal (with the exception of the initial run + * previous call to `watchExpression` are not equal (with the exception of the initial run * see below). The inequality is determined according to * {@link angular.equals} function. To save the value of the object for later comparison * {@link angular.copy} function is used. It also means that watching complex options will -- cgit v1.2.3