From 6fad9464e6143f54b47e7df588c8e2dd3c9be08c Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sat, 10 Feb 2024 21:47:31 -0600 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75057d5..091c3b0 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ types as their little endian representation on all platforms. (You only need to worry about this if you have very obscure platform compatibility requirements. Strings and blobs are always unambiguous). -### String Operationg +### String Operations Provide the function `levenshtein`, which calculates the levenshtein edit distance between two strings. There is also `levenshtein_normalized` that