Skip to content

Commit

Permalink
unicode/norm: fix function name on comment
Browse files Browse the repository at this point in the history
Change-Id: I1d7daf1101c289f99367db2b23105e99d7e19b65
Reviewed-on: https://go-review.googlesource.com/c/text/+/523255
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
  • Loading branch information
cuishuang authored and gopherbot committed Aug 28, 2023
1 parent fb697c0 commit f488e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicode/norm/trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f488e19

Please sign in to comment.