Skip to content

Commit f488e19

Browse files
cuishuanggopherbot
authored andcommitted
unicode/norm: fix function name on comment
Change-Id: I1d7daf1101c289f99367db2b23105e99d7e19b65 Reviewed-on: https://go-review.googlesource.com/c/text/+/523255 Run-TryBot: shuang cui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Joedian Reid <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent fb697c0 commit f488e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicode/norm/trie.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
nfkcData = newNfkcTrie(0)
3030
)
3131

32-
// lookupValue determines the type of block n and looks up the value for b.
32+
// lookup determines the type of block n and looks up the value for b.
3333
// For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
3434
// is a list of ranges with an accompanying value. Given a matching range r,
3535
// the value for b is by r.value + (b - r.lo) * stride.

0 commit comments

Comments
 (0)