Skip to content

Commit 418a10f

Browse files
zuzusiknetman92
authored andcommitted
docs(angular.injector): missing optional parameter mark
Closes angular#11528
1 parent 540c70c commit 418a10f

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)