Merge pull request #2385 from crytic/wiki/too-many-digits

Wiki/too many digits
pull/2392/head
alpharush 8 months ago committed by GitHub
commit 4ff39d2c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      slither/detectors/statements/too_many_digits.py

@ -40,7 +40,7 @@ class TooManyDigits(AbstractDetector):
# region wiki_description # region wiki_description
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 # endregion wiki_description

Loading…
Cancel
Save