Skip to content

Commit

Permalink
fix: Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Mar 18, 2024
1 parent 3460b11 commit b9f655a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/detectors/typeChecker/FileLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ export default class FileLinter {
*
* It could be the N-th argument from the call or it could
* find a named argument within argument's list.
* The callable function should have the following
* The callable function should be a method of an instance i.e.
* Instance.fnInvoke();
*
* @param {ts.CallExpression} node
* @param {object} settings
Expand Down

0 comments on commit b9f655a

Please sign in to comment.