update too-many-digits help

pull/2385/head
alpharush 8 months ago
parent ef1fd7ebbf
commit 73fa244ee8
  1. 2
      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

Loading…
Cancel
Save