From 3a523b20bf5f1f525bbd5ae4af4bd3016a6f5eec Mon Sep 17 00:00:00 2001 From: tzchenxixi Date: Tue, 2 Sep 2025 01:50:38 +0800 Subject: [PATCH] chore: remove redundant word Signed-off-by: tzchenxixi --- docs/src/tools/Code-Similarity-Detector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tools/Code-Similarity-Detector.md b/docs/src/tools/Code-Similarity-Detector.md index feb26f9cd..f6492630c 100644 --- a/docs/src/tools/Code-Similarity-Detector.md +++ b/docs/src/tools/Code-Similarity-Detector.md @@ -98,7 +98,7 @@ INFO:Slither-simil:Saving cache in cache.npz INFO:Slither-simil:Done! ``` -After it runs, the `slither-simil` will output the the trained model in `model.bin`, a cache of every function for use in test mode in `cache.npz`, and the SlithIR of every function for debugging in `last_data_train.txt`. +After it runs, the `slither-simil` will output the trained model in `model.bin`, a cache of every function for use in test mode in `cache.npz`, and the SlithIR of every function for debugging in `last_data_train.txt`. ### Plot mode