diff options
Diffstat (limited to 'tex/context/third')
-rw-r--r-- | tex/context/third/transliterator/trans_tables_trsc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/third/transliterator/trans_tables_trsc.lua b/tex/context/third/transliterator/trans_tables_trsc.lua index a5c53cb..355f735 100644 --- a/tex/context/third/transliterator/trans_tables_trsc.lua +++ b/tex/context/third/transliterator/trans_tables_trsc.lua @@ -230,8 +230,8 @@ end if lpeg.version() == "0.10" and not translit.done_ru_trsc_de then - -- This is four times as fast as the old pattern. Just waiting for v0.10 to - -- make it into luatex. + -- This is about *eight* times as fast as the old pattern. Just waiting for + -- v0.10 to make it into luatex. local de_tables = { } |