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

Commit e933993

Browse files
thorn0caitp
authored andcommitted
docs($injector): clean up docs for $injector#has
Fixup return type and param info. Closes #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

+2-2
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)