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

Commit 483d91a

Browse files
thorn0caitp
authored andcommittedOct 6, 2014
docs($injector): injectors aren't functions
Closes #9453
1 parent e933993 commit 483d91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/auto/injector.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
* @kind function
88
*
99
* @description
10-
* Creates an injector function that can be used for retrieving services as well as for
10+
* Creates an injector object that can be used for retrieving services as well as for
1111
* dependency injection (see {@link guide/di dependency injection}).
1212
*
1313
1414
* @param {Array.<string|Function>} modules A list of module functions or their aliases. See
1515
* {@link angular.module}. The `ng` module must be explicitly added.
16-
* @returns {function()} Injector function. See {@link auto.$injector $injector}.
16+
* @returns {function()} Injector object. See {@link auto.$injector $injector}.
1717
*
1818
* @example
1919
* Typical usage

0 commit comments

Comments
 (0)