We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25343f commit a748410Copy full SHA for a748410
src/ng/rootScope.js
@@ -9,7 +9,7 @@
9
* value as last time so we optimize the operation.
10
*
11
* Closures construction is expensive in terms of speed as well as memory:
12
- * - No closures, instead ups prototypical inheritance for API
+ * - No closures, instead use prototypical inheritance for API
13
* - Internal state needs to be stored on scope directly, which means that private state is
14
* exposed as $$____ properties
15
0 commit comments