diff options
| author | Pete Bacon Darwin | 2013-04-15 11:44:49 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-15 11:44:49 +0100 |
| commit | a748410f52642a642d5ce47bbffd0d0f8616e4ad (patch) | |
| tree | 884cd8521c94dd276f6e464539cf19d3f5a4f1ec /src/ng/rootScope.js | |
| parent | c25343f8beb2d9483a82a21c9dcfd0a7e61a40a2 (diff) | |
| download | angular.js-a748410f52642a642d5ce47bbffd0d0f8616e4ad.tar.bz2 | |
docs(rootScope): fix typo
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 7dedce0b..10b31dd1 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -9,7 +9,7 @@ * value as last time so we optimize the operation. * * Closures construction is expensive in terms of speed as well as memory: - * - No closures, instead ups prototypical inheritance for API + * - No closures, instead use prototypical inheritance for API * - Internal state needs to be stored on scope directly, which means that private state is * exposed as $$____ properties * |
