diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/scope.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 4e395328..3d932fd9 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -333,7 +333,7 @@ information. Dirty checking the scope for property changes is a common operation in Angular and for this reason the dirty checking function must be efficient. Care should be taken that the dirty checking -function does not do any DOM access, as DOM access is orders of magnitude slower then property +function does not do any DOM access, as DOM access is orders of magnitude slower than property access on JavaScript object. ## Integration with the browser event loop |
