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

Commit c6d76d1

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

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
@@ -201,8 +201,8 @@ function annotate(fn, strictDi, name) {
201201
* @description
202202
* Allows the user to query if the particular service exists.
203203
*
204-
* @param {string} Name of the service to query.
205-
* @returns {boolean} returns true if injector has given service.
204+
* @param {string} name Name of the service to query.
205+
* @returns {boolean} `true` if injector has given service.
206206
*/
207207

208208
/**

0 commit comments

Comments
 (0)