Skip to content

Commit e933993

Browse files
thorn0caitp
authored andcommitted
docs($injector): clean up docs for $injector#has
Fixup return type and param info. Closes angular#9452
1 parent 3e46852 commit e933993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auto/injector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ function annotate(fn) {
182182
* @description
183183
* Allows the user to query if the particular service exists.
184184
*
185-
* @param {string} Name of the service to query.
186-
* @returns {boolean} returns true if injector has given service.
185+
* @param {string} name Name of the service to query.
186+
* @returns {boolean} `true` if injector has given service.
187187
*/
188188

189189
/**

0 commit comments

Comments
 (0)