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

Commit f22e5fd

Browse files
thorn0btford
authored andcommitted
docs(angular.injector): correct return type
1 parent b11d6c7 commit f22e5fd

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
@@ -13,7 +13,7 @@
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 object. See {@link auto.$injector $injector}.
16+
* @returns {injector} Injector object. See {@link auto.$injector $injector}.
1717
*
1818
* @example
1919
* Typical usage

0 commit comments

Comments
 (0)