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:
parent
a35f23f34e
commit
34f2050626
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user