Skip to content

Commit 908032d

Browse files
authored
Updated WIKI reference link
Updated WIKI reference link for unused-state-variable
1 parent d58edec commit 908032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slither/detectors/variables/unused_state_variables.py

Lines changed: 1 addition & 1 deletion
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)