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

Commit feeea8a

Browse files
zuzusikNarretz
authored andcommitted
docs(angular.injector): missing optional parameter mark
Closes #11528
1 parent d20de4a commit feeea8a

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
@@ -179,7 +179,7 @@ function annotate(fn, strictDi, name) {
179179
* Return an instance of the service.
180180
*
181181
* @param {string} name The name of the instance to retrieve.
182-
* @param {string} caller An optional string to provide the origin of the function call for error messages.
182+
* @param {string=} caller An optional string to provide the origin of the function call for error messages.
183183
* @return {*} The instance.
184184
*/
185185

0 commit comments

Comments
 (0)