Commit 34f20506 authored by Marcel van Lohuizen's avatar Marcel van Lohuizen

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

R=r
CC=golang-dev
https://golang.org/cl/6752043
parent a35f23f3
...@@ -86,6 +86,7 @@ type Collator struct { ...@@ -86,6 +86,7 @@ type Collator struct {
} }
// Locales returns the list of locales for which collating differs from its parent locale. // Locales returns the list of locales for which collating differs from its parent locale.
// The returned value should not be modified.
func Locales() []string { func Locales() []string {
return availableLocales return availableLocales
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment