typo
Some checks failed
CI / build (push) Failing after 3s

This commit is contained in:
2025-07-30 12:54:58 +08:00
parent 9e0abb48fb
commit 2b195d9992

View File

@@ -101,7 +101,7 @@ fn test_damerau_levenshtein_strings() {
&[ &[
(String::from("coal"), 1), (String::from("coal"), 1),
(String::from("boat"), 1), (String::from("boat"), 1),
(String::from("caos"), 3), (String::from("caos"), 2),
(String::from("camel"), 4), (String::from("camel"), 4),
(String::from("copper"), 4), (String::from("copper"), 4),
(String::from("ship"), 4), (String::from("ship"), 4),