From ee7687501d19ea72019564f6457f0752d2a51867 Mon Sep 17 00:00:00 2001 From: Thomas Heim <106417552+ThomasHeim11@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:18:18 +0200 Subject: [PATCH] update WIKI_DESCRIPTION --- slither/detectors/functions/dead_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/detectors/functions/dead_code.py b/slither/detectors/functions/dead_code.py index 7a2c6dbc4..5cafa1650 100644 --- a/slither/detectors/functions/dead_code.py +++ b/slither/detectors/functions/dead_code.py @@ -25,7 +25,7 @@ class DeadCode(AbstractDetector): WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#dead-code" WIKI_TITLE = "Dead-code" - WIKI_DESCRIPTION = "Functions that are not sued." + WIKI_DESCRIPTION = "Functions that are not used." # region wiki_exploit_scenario WIKI_EXPLOIT_SCENARIO = """