From cbb6491d76c7aa81cdf5d3b3a81386129c5e2fce Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 2 Mar 2012 16:38:43 +0000 Subject: libgo: Update to weekly.2012-02-14 release. From-SVN: r184798 --- libgo/go/unicode/tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/unicode/tables.go') diff --git a/libgo/go/unicode/tables.go b/libgo/go/unicode/tables.go index 978c48a..5009e6b 100644 --- a/libgo/go/unicode/tables.go +++ b/libgo/go/unicode/tables.go @@ -7,7 +7,7 @@ package unicode // Version is the Unicode edition from which the tables are derived. const Version = "6.0.0" -// Categories is the set of Unicode data tables. +// Categories is the set of Unicode category tables. var Categories = map[string]*RangeTable{ "C": C, "Cc": Cc, -- cgit v1.1