From d56c8132e8f70629cccf2f851cb50846b1a3ef09 Mon Sep 17 00:00:00 2001 From: Andrew Balholm Date: Sun, 24 Jul 2011 10:51:19 +1000 Subject: [PATCH] unicode: fix doc comment for Range32 R=golang-dev, r CC=golang-dev https://golang.org/cl/4811050 --- src/pkg/unicode/letter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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