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

Commit 681affe

Browse files
style($rootScope): remove trailing whitespace
1 parent 0ca8b1d commit 681affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function $RootScopeProvider() {
254254
*
255255
* - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest
256256
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
257-
* its value when executed multiple times with the same input because it may be executed multiple
257+
* its value when executed multiple times with the same input because it may be executed multiple
258258
* times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be
259259
* [idempotent](http://en.wikipedia.org/wiki/Idempotence).
260260
* - The `listener` is called only when the value from the current `watchExpression` and the

0 commit comments

Comments
 (0)