Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a748410

Browse files
docs(rootScope): fix typo
1 parent c25343f commit a748410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* value as last time so we optimize the operation.
1010
*
1111
* Closures construction is expensive in terms of speed as well as memory:
12-
* - No closures, instead ups prototypical inheritance for API
12+
* - No closures, instead use prototypical inheritance for API
1313
* - Internal state needs to be stored on scope directly, which means that private state is
1414
* exposed as $$____ properties
1515
*

0 commit comments

Comments
 (0)