]> Cypherpunks repositories - gostls13.git/commitdiff
unicode: fix doc comment for Range32
authorAndrew Balholm <andybalholm@gmail.com>
Sun, 24 Jul 2011 00:51:19 +0000 (10:51 +1000)
committerRob Pike <r@golang.org>
Sun, 24 Jul 2011 00:51:19 +0000 (10:51 +1000)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4811050

src/pkg/unicode/letter.go

index dbd8638eaa3fd5d75abab95397ebd9d568a5f836..38a11c42bf686d83cf66ecb0867c3e8c01967d72 100644 (file)
@@ -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