Skip to content

Commit

Permalink
Merge pull request #2385 from crytic/wiki/too-many-digits
Browse files Browse the repository at this point in the history
Wiki/too many digits
  • Loading branch information
0xalpharush authored Mar 29, 2024
2 parents 8786642 + 73fa244 commit 4ff39d2
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 4ff39d2

Please sign in to comment.