mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
fix typo in iterator for cache object
This commit is contained in:
@@ -35,7 +35,7 @@ class ASpellRunner
|
||||
|
||||
# update the cache after processing all words, to avoid cache
|
||||
# changing while we use it
|
||||
for k, v in addToCache
|
||||
for k, v of addToCache
|
||||
cache.set(k, v)
|
||||
|
||||
logger.log hits: hits, total: words.length, hitrate: hits/words.length, "cache hit rate"
|
||||
|
||||
Reference in New Issue
Block a user