diff options
| author | unwox <me@unwox.com> | 2024-10-16 22:40:09 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-16 22:43:17 +0600 |
| commit | fd9a559475ac6bff7c82594dc313d762ab807592 (patch) | |
| tree | 5ae19da434713cb31fe9747a2f713eb3506936f9 /spellfix.fnl | |
| parent | c760c798a56fb80c891f26ca932e7d182da67069 (diff) | |
improve site structure for seo
Diffstat (limited to 'spellfix.fnl')
| -rw-r--r-- | spellfix.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
