Skip to content

Commit

Permalink
update too-many-digits help
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Mar 29, 2024
1 parent ef1fd7e commit 73fa244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/statements/too_many_digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TooManyDigits(AbstractDetector):

# region wiki_description
WIKI_DESCRIPTION = """
Literals with many digits are difficult to read and review.
Literals with many digits are difficult to read and review. Use scientific notation or suffixes to make the code more readable.
"""
# endregion wiki_description

Expand Down

0 comments on commit 73fa244

Please sign in to comment.