We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd134c4 + 908032d commit be60c73Copy full SHA for be60c73
slither/detectors/variables/unused_state_variables.py
@@ -47,7 +47,7 @@ class UnusedStateVars(AbstractDetector):
47
IMPACT = DetectorClassification.INFORMATIONAL
48
CONFIDENCE = DetectorClassification.HIGH
49
50
- WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variables"
+ WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variable"
51
52
WIKI_TITLE = "Unused state variable"
53
WIKI_DESCRIPTION = "Unused state variable."
0 commit comments