Skip to content

Commit

Permalink
docs(rootScope): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Apr 15, 2013
1 parent c25343f commit a748410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/rootScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit a748410

Please sign in to comment.