From: Andrew Balholm Date: Sun, 24 Jul 2011 00:51:19 +0000 (+1000) Subject: unicode: fix doc comment for Range32 X-Git-Tag: weekly.2011-07-29~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d56c8132e8f70629cccf2f851cb50846b1a3ef09;p=gostls13.git unicode: fix doc comment for Range32 R=golang-dev, r CC=golang-dev https://golang.org/cl/4811050 --- diff --git a/src/pkg/unicode/letter.go b/src/pkg/unicode/letter.go index dbd8638eaa..38a11c42bf 100644 --- a/src/pkg/unicode/letter.go +++ b/src/pkg/unicode/letter.go @@ -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