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

Commit ab24019

Browse files
benharoldcaitp
authored andcommitted
docs($injector): fix syntax error
There was a missing parenthesis in $injector test example Closes #9469
1 parent 613d0a3 commit ab24019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function annotate(fn, strictDi, name) {
134134
* expect($injector.get('$injector')).toBe($injector);
135135
* expect($injector.invoke(function($injector) {
136136
* return $injector;
137-
* }).toBe($injector);
137+
* })).toBe($injector);
138138
* ```
139139
*
140140
* # Injection Function Annotation

0 commit comments

Comments
 (0)