We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb697c0 commit f488e19Copy full SHA for f488e19
unicode/norm/trie.go
@@ -29,7 +29,7 @@ var (
29
nfkcData = newNfkcTrie(0)
30
)
31
32
-// 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.
33
// For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
34
// is a list of ranges with an accompanying value. Given a matching range r,
35
// the value for b is by r.value + (b - r.lo) * stride.
0 commit comments