aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-15 11:44:49 +0100
committerPete Bacon Darwin2013-04-15 11:46:21 +0100
commit9f08d039782f917caeec4289c8caecec4e81adb2 (patch)
treee18d6e9091816e9d2c58985f0ab31bbd94e639a7
parent3ca6c4bfb99e90a955e8f490ff2e3d592c25646f (diff)
downloadangular.js-9f08d039782f917caeec4289c8caecec4e81adb2.tar.bz2
docs(rootScope): fix typo
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 59c4164e..56e03757 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
*