update latest deps

This commit is contained in:
Mechiel Lukkien
2023-09-20 16:52:18 +02:00
parent ca5ef645f3
commit 0d8603f9e1
14 changed files with 138 additions and 24 deletions

View File

@ -29,7 +29,7 @@ var (
nfkcData = newNfkcTrie(0)
)
// lookupValue determines the type of block n and looks up the value for b.
// lookup determines the type of block n and looks up the value for b.
// For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
// is a list of ranges with an accompanying value. Given a matching range r,
// the value for b is by r.value + (b - r.lo) * stride.