We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e46852 commit e933993Copy full SHA for e933993
src/auto/injector.js
@@ -182,8 +182,8 @@ function annotate(fn) {
182
* @description
183
* Allows the user to query if the particular service exists.
184
*
185
- * @param {string} Name of the service to query.
186
- * @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.
187
*/
188
189
/**
0 commit comments