Skip to content

Commit

Permalink
chore(stringReceiversOverlap): Formatting in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Sep 4, 2024
1 parent e87b067 commit d00bb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detectors/builtin/stringReceiversOverlap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ class StringReceiversOverlapTransfer implements Transfer<TaintState> {
* A detector that finds overlapping messages between general string receivers and string receivers.
*
* ## Why is it bad?
* Constant string receivers and general string receivers can have overlapping messages
* in which case the constant string receiver always takes precedence.
* Constant string receivers and general string receivers can have overlapping messages
* in which case the constant string receiver always takes precedence.
*
* ## Example
* ```tact
Expand Down

0 comments on commit d00bb78

Please sign in to comment.