summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-17 14:34:48 +0600
committerunwox <me@unwox.com>2024-10-17 14:34:48 +0600
commit85dd0063910cd592d6bc15eba19cd3f6f43bd3b0 (patch)
treeb8f3ecc0d0402a48cc54957993cb23bab894fe4d
parent56435ab386709e959f1f666354a48e87540cae9d (diff)
move spellfix.fnl to lib/spellfix.fnl
-rw-r--r--bin/serve.fnl2
-rw-r--r--lib/spellfix.fnl (renamed from spellfix.fnl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index 9d83b10..aeea929 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -10,7 +10,7 @@
(local array (require :lib.array))
(local str (require :lib.string))
(local texts (require :texts))
-(local spellfix (require :spellfix))
+(local spellfix (require :lib.spellfix))
(local cache (require :lib.cache))
(local {: must : measure} (require :lib.utils))
diff --git a/spellfix.fnl b/lib/spellfix.fnl
index 2507fca..2507fca 100644
--- a/spellfix.fnl
+++ b/lib/spellfix.fnl