summaryrefslogtreecommitdiff
path: root/parser/parser.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-15 16:33:46 +0600
committerunwox <me@unwox.com>2024-10-15 16:33:46 +0600
commit414dd4680363dd1577ebf9733263c71402eae4e4 (patch)
tree9300e3d868afd239dbd205c8ed28f40d438212e2 /parser/parser.fnl
parent92d95b978bfb10fd29024d0adda7b28f125e08b8 (diff)
improve spellfix
Diffstat (limited to 'parser/parser.fnl')
-rw-r--r--parser/parser.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/parser.fnl b/parser/parser.fnl
index 97cc6e7..acc8a19 100644
--- a/parser/parser.fnl
+++ b/parser/parser.fnl
@@ -107,7 +107,7 @@
;; FIXME: make guessing case insensitive
(fn guess-tags [text]
- (local text (if text (must (luna.utf.lower text)) ""))
+ (local text (if text (must (luna.utf8.lower text)) ""))
(if (: (anywhere (peg.P "зеленый чай")) :match text)
["Зеленый чай"]