From fd9a559475ac6bff7c82594dc313d762ab807592 Mon Sep 17 00:00:00 2001 From: unwox Date: Wed, 16 Oct 2024 22:40:09 +0600 Subject: improve site structure for seo --- spellfix.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spellfix.fnl') diff --git a/spellfix.fnl b/spellfix.fnl index 00642ac..5ecb870 100644 --- a/spellfix.fnl +++ b/spellfix.fnl @@ -301,7 +301,7 @@ (array.sort index #(< $1.distance $2.distance))) (local most-similar (. sorted-index 1)) most-similar.word) - (str.split string)) + (str.split string " ")) " ")) (if (~= result string) result -- cgit v1.2.3