1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:44:44 -07:00

exp/locale/collate: clarification in comments on use of returned value.

R=r
CC=golang-dev
https://golang.org/cl/6752043
This commit is contained in:
Marcel van Lohuizen 2012-10-24 11:40:32 +02:00
parent a35f23f34e
commit 34f2050626

View File

@ -86,6 +86,7 @@ type Collator struct {
}
// Locales returns the list of locales for which collating differs from its parent locale.
// The returned value should not be modified.
func Locales() []string {
return availableLocales
}