docs($injector): clean up docs for $injector#has

Fixup return type and param info.

Closes #9452
This commit is contained in:
thorn0
2014-10-06 23:47:49 +03:00
committed by Caitlin Potter
parent 3e468523b7
commit e9339935d4

View File

@@ -182,8 +182,8 @@ function annotate(fn) {
* @description
* Allows the user to query if the particular service exists.
*
* @param {string} Name of the service to query.
* @returns {boolean} returns true if injector has given service.
* @param {string} name Name of the service to query.
* @returns {boolean} `true` if injector has given service.
*/
/**