mirror of
https://github.com/golang/go
synced 2024-11-22 01:14:40 -07:00
unicode: fix doc comment for Range32
R=golang-dev, r CC=golang-dev https://golang.org/cl/4811050
This commit is contained in:
parent
480ef72c23
commit
d56c8132e8
@ -32,7 +32,7 @@ type Range16 struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Range32 represents of a range of Unicode code points and is used when one or
|
// Range32 represents of a range of Unicode code points and is used when one or
|
||||||
// more of the values will not fit in 16 bits. The range runs from Lo to Hi
|
// more of the values will not fit in 16 bits. The range runs from Lo to Hi
|
||||||
// inclusive and has the specified stride. Lo and Hi must always be >= 1<<16.
|
// inclusive and has the specified stride. Lo and Hi must always be >= 1<<16.
|
||||||
type Range32 struct {
|
type Range32 struct {
|
||||||
Lo uint32
|
Lo uint32
|
||||||
|
Loading…
Reference in New Issue
Block a user