Commit d56c8132 authored by Andrew Balholm's avatar Andrew Balholm Committed by Rob Pike

unicode: fix doc comment for Range32

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4811050
parent 480ef72c
......@@ -32,7 +32,7 @@ type Range16 struct {
}
// 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.
type Range32 struct {
Lo uint32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment