diff --git a/slither/detectors/statements/too_many_digits.py b/slither/detectors/statements/too_many_digits.py index a5e09a34c..4d50707d6 100644 --- a/slither/detectors/statements/too_many_digits.py +++ b/slither/detectors/statements/too_many_digits.py @@ -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