From 6b1d25910674442b8773fba973872c6782008eec Mon Sep 17 00:00:00 2001 From: thorn0 Date: Mon, 6 Oct 2014 23:47:49 +0300 Subject: [PATCH] docs($injector): clean up docs for $injector#has --- src/auto/injector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ /**