Skip to content

Commit be60c73

Browse files
authored
Merge pull request #876 from enderphan94/patch-3
Updated WIKI reference link
2 parents cd134c4 + 908032d commit be60c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: slither/detectors/variables/unused_state_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class UnusedStateVars(AbstractDetector):
4747
IMPACT = DetectorClassification.INFORMATIONAL
4848
CONFIDENCE = DetectorClassification.HIGH
4949

50-
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variables"
50+
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variable"
5151

5252
WIKI_TITLE = "Unused state variable"
5353
WIKI_DESCRIPTION = "Unused state variable."

0 commit comments

Comments
 (0)