diff --git a/src/auto/injector.js b/src/auto/injector.js index 120e56e9a988..a536bc210541 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -201,8 +201,8 @@ function annotate(fn, strictDi, name) { * @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. */ /**