From 4d232d85626b3d9480489b7762f51319abebf2ec Mon Sep 17 00:00:00 2001 From: jw2249a Date: Sat, 6 Jan 2024 00:28:31 +0000 Subject: [PATCH] fixing documentation --- src/gammaCKfuzzy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gammaCKfuzzy.jl b/src/gammaCKfuzzy.jl index 1c78c14..d56e18a 100644 --- a/src/gammaCKfuzzy.jl +++ b/src/gammaCKfuzzy.jl @@ -219,7 +219,7 @@ end """ -Fuzzy string comparison of two columns (with 2 levels of similarity). +Fuzzy string comparison of two columns (with 1 level of similarity). Fuzzy JW based on: https://tech.popdata.org/speeding-up-Jaro-Winkler-with-rust-and-bitwise-operations/