From 2b195d99924b313516467826f9bcb1ea6def4138 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Wed, 30 Jul 2025 12:54:58 +0800 Subject: [PATCH] typo --- src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests.rs b/src/tests.rs index 61543ed..9ca2639 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -101,7 +101,7 @@ fn test_damerau_levenshtein_strings() { &[ (String::from("coal"), 1), (String::from("boat"), 1), - (String::from("caos"), 3), + (String::from("caos"), 2), (String::from("camel"), 4), (String::from("copper"), 4), (String::from("ship"), 4),