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

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/auto/injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please wrap true in backticks so that it is rendered in a <code> tag --- otherwise lgtm

*/

/**
Expand Down