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

Commit

Permalink
docs($injector): injectors aren't functions
Browse files Browse the repository at this point in the history
Closes #9453
  • Loading branch information
thorn0 authored and caitp committed Oct 6, 2014
1 parent c6d76d1 commit 0e4390c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auto/injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* @kind function
*
* @description
* Creates an injector function that can be used for retrieving services as well as for
* Creates an injector object that can be used for retrieving services as well as for
* dependency injection (see {@link guide/di dependency injection}).
*
* @param {Array.<string|Function>} modules A list of module functions or their aliases. See
* {@link angular.module}. The `ng` module must be explicitly added.
* @returns {function()} Injector function. See {@link auto.$injector $injector}.
* @returns {function()} Injector object. See {@link auto.$injector $injector}.
*
* @example
* Typical usage
Expand Down

0 comments on commit 0e4390c

Please sign in to comment.